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
Using callable statement how can you pass out parameters, explain with example?
Does isempty check for null?
why Java does not support multiple inheritances?
Are maps ordered java?
What is lambda expression in java?
What is volatile keyword in java
What is final access modifier in java?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What do you understand by access specifiers in Java?
What are instance variables?
What is assembly used for?
Can we overload the main() method?
Explain yield() method in thread class ?
How to reverse a string in java?