explain System.out.println
Answer Posted / vipul patil
System is public class...& out is static object So class
System can invoke it directly...out is a static object of
PrintStream.class ,& println() is method of PrintStream.class
so "System.out.print(" hello");"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an error in java?
Can we use both this () and super () in a constructor?
What is jit and its use?
which pattern is default in scanner package?
Is null a string in java?
Is empty .java file name a valid source file name?
What is the arraylist in java?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
What is the difference between abstract class and interface1? What is an interface?
What initialize variables?
What are the differences between stringbuffer and stringbuilder?
Is char * a string?
How can you write a loop indefinitely in java programming?
What is the use of singleton class?
Does java have extension methods?