explain System.out.println
Answer Posted / swati vora
system is a class.
out is a object.
println() is a method
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you start a thread?
Difference between Preemptive scheduling vs. Time slicing?
What do you understand by casting in java language?
What are the characteristics of Final,Finally and Finalize keywords.
How to do a true java ping from windows?
Can we convert stringbuilder to string in java?
Does chrome use java?
When should I use a singleton?
Is sizeof a keyword in java programming?
What is regex used for?
List down the methods and interfaces of collection class in java.
What happens to a static var that is defined within a method of a class?
a thread is runnable, how does that work? : Java thread
How do you convert boolean to boolean?
Why do I need to declare the type of a variable in java?