define System.out.println(); what is the meaning!
Answer Posted / mohanjayaseelan
system- is a class
out-is a field of type printstream
println-is a meathod in printstream class
| Is This Answer Correct ? | 38 Yes | 15 No |
Post New Answer View All Answers
What are reference variables in java?
Can we print null in java?
What is boolean example?
Explain where variables are created in memory?
What is the byte order of byte buffer?
What is an example of a constant variable?
What are the different types of inner classes?
What is methods and methodology?
What does the “final” keyword mean in front of a variable? A method? A class?
What are the application of stack?
What is a method signature java?
Is main is a keyword?
What is the original name of java?
Define a package.
What does null mean in java?