explain System.out.println
Answer Posted / arun
System is a class provided by package java.lang
println() is a method of class Printstream provided by
package java.io
out is output stream to which value and objects will be
printed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is are packages?
What is an interface in java?
Write a code to create a trigger to call a stored procedure
What are the access modifiers in java?
What is difference between final and finally in java?
Can you call one constructor from another if a class has multiple constructors?
What is connection class in java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Is null == null in java?
How do you reverse sort a list in java?
What is the difference between heap and stack memory?
What is a memory leak in java?
What is volatile data type?
What is the difference between instanceof and isinstance?
What is the main purpose of java?