How to print a statement without using semicolan in java
Answer Posted / nagireddy
BufferedWriter bw=new BufferedWriter(new PrintWriter(System.out));
//Scanner scan=new Scanner((Readable) System.out);
bw.write("nagi");
bw.close();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In a class implementing an interface, can we change the value of any variable defined in the interface?
What is meant by flickering?
How do you format in java?
What are register variables what are the advantages?
What is the maximum length of a url?
Which programming language is most secure?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is the difference between throw and throws keywords?
What is hotjava?
What is data movement?
What is the generic class?
What is final int?
What is the difference between Array and Hash Table?
What is the original name of java?
What do you mean by ordered and sorted in collections in java?