explain System.out.println
Answer Posted / tirath pal singh sisodiya
System.Out.println()
System-System is the final class of the java.lang package it
can not be inherit.
Out-out is the static Object of the PrintStream class which
located in java.io package.
for call any static object with class name then we use
System.Out
println()-println() is the method of printStramClass .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is singleton class immutable?
explain what is transient variable in java?
What is difference between protected and private?
What is a flag value?
How to connect to a remote database using Applet?
What does the @override annotation do?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
Explain constructors and types of constructors in java.
What is map java?
Define how objects are stored in java?
How do you bind variables?
Why we override equals() method?
What is the purpose of object oriented programming?
What is the difference between stringbuffer and stringbuilder class?
What is the difference between synchronized and synchronized block?