Answer Posted / t.jaya govind sudhakar
in System.ou.println();
System is a predefined class in the java.lang package, and
out is a static field which reference to an object of type
Output stream and
println is the method of printstream class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the overview of UDP messaging.
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
Define an abstract class with reference to java.
Does substring create a new object?
What is bool mean?
What is rule of accessibility in java?
Is an array a vector?
Which variables are stored in stack?
Difference between string, stringbuffer and stringbuilder?
What are thread groups?
Can we use string in switch case in java?
What is abstract class? Explain
How can you set the applet size?
What are bind parameters?
What is the escape character in java?