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 a numeric string?
What is instance synchronization?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What are constants?
What is the use of protected in java?
Does treeset allow null in java?
Is a class an object?
Describe string intern() methodology
Can we inherit a class with private constructor?
Can you override static methods?
Why can't we make a class private in java?
What is application tier?
Is set thread safe java?
What is difference between core java and java ee?
what is object-oriented programming in java?