explain System.out.println
Answer Posted / nithyapriya
System.out.println
System - is the predefined class that provide access to
the system.
out - is the output stream that is connected to the console.
println - built-in method, which accomplish output
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain restrictions on using enum?
How the interruptible method gets implemented?
Can a class have an interface?
Can a constructor call the constructor of parent class?
How many functional interfaces does java 8 have?
What is java reflection?
Is a class subclass of itself?
What are streams in java 8?
Can we override the static method?
What is Hierarchy of exception?
What about method local inner classes or local inner classes in java?
How do you avoid global variables?
How does compareto work in java?
Can You Have Virtual Functions In Java?
What are three ways in which a thread can enter the waiting state in java programming?