explain System.out.println
Answer Posted / trip
System: Class of java.lang package
out: predefine stream variable
println: method of PrintStream class (which is a type of
object reference by System.out)
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
What do you mean Abstraction in java?
How do you insert a line break?
Write a function to print Fibonacci series and Tribonacci series?
What is the difference between JDBC 1.0 and JDBC 2.0?
Can we sort a map in java?
Can a constructor be protected?
What are desktop procedures?
Explain the difference between call by refrence and call by value?
What is square root in java?
Compare Mutex and Semaphore in java.
what is the swingutilities.invokelater(runnable) method for? : Java thread
Realized?
What is a nested class?
What is Session reduplication and how its done?
What is the difference between serial and throughput garbage collector?