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
What is update method called?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is the base class in java from which all classes are derived?
What variables are stored in stack?
What is a nonetype?
What are the access modifiers in java?
What is java ceil?
What is the difference between serial and throughput garbage collector?
How do you pass by reference?
What are the differences between graph and tree?
Can a abstract class be defined without any abstract methods?
Is singleton set an interval?
Can you explain the meaning of aggregation and composition
What are the six ways to use this keyword?
How do constructors use this() and super()?