Friday 25 February 2011

Check for empty lines in java

while((sLine= readerBuf.readLine()) != null)
if (sLine.trim().length() == 0)continue;

No comments:

Post a Comment

Azure OpenAI Architecture Patterns & Deployment Patterns

Sharing some useful links that will help customers architect Azure OpenAI solution using the best practices: (1) Azure OpenAI Landing Zone r...