explain System.out.println
Answer Posted / avinash
in c print and in c++ cout and in java
system.out.println()
system is classand package and out is an object of the
class printstream println is method of the printstream
printing string on console
| Is This Answer Correct ? | 11 Yes | 11 No |
Post New Answer View All Answers
how to handle exceptions in ejb?
What is intern method in java?
How the interruptible method gets implemented?
What is the difference between @before and @beforeclass annotation?
What is difference between array and vector?
Is overriding possible in java?
What is class and object in java?
Can we have multiple catch block for a try block?
Explain about static imports in java?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
When does a class need a virtual destructor?
what is the difference between the methods sleep() and wait()? : Java thread
What is the difference between stream and buffer?
Can we clone singleton object?
Difference between object and reference?