explain System.out.println()
Answers were Sorted based on User's Feedback
Answer / edward sudhaharchennai
out is d object of PrintStream class which is available in
System class. println is a static method . its work is to
print the information provided into the console...
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / navneet raushan
Static is a final class , out is the output stream and
println is the method of PrintWriter class.
| Is This Answer Correct ? | 0 Yes | 12 No |
extending thread class or implementing runnable interface. Which is better? : Java thread
Can I override protected method in java?
what is the collable collections in java?
What is immutable data?
What modifiers are used for interface declaration?
How many types of string data types are there?
What is the superclass of exception?
What is the difference between the paint() and repaint() methods in java programming?
Explain about arraylist?
Give a briefing on the life cycle of a thread.
Java violates few objected oriented concepts. Can you explain in what way?
What is return in java?