explain System.out.println
Answer Posted / naresh
system: is a class name
out: is a static variable in system class.when we call out
a printstream object will be created internally.
println(): method of printstream class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is map java?
How do you convert bytes to character in java?
what are synchronized methods and synchronized statements? : Java thread
What is a stringbuffer?
What is a function argument in java?
How do you compare values in java?
What is the relationship between clipping and repainting under awt?
What’s the difference between unit, integration and functional testing?
What is the current version of java?
what is the purpose of "virtual"?
What is temp in java?
Can you instantiate the math class in Java?
Can we declare the static variables and methods in an abstract class?
how to run ecllipse with jettyserver for windows environment using batch file
Is a method a procedure?