define System.out.println(); what is the meaning!
Answer Posted / rinal
system- system is predefined class to provide access to the
system
out - out is the output stream used to connect the
console
println- println is method which is tell the compiler to
write a new line in our console
| Is This Answer Correct ? | 30 Yes | 18 No |
Post New Answer View All Answers
What do you mean by constant time complexity?
Which is bigger float or double java?
Can we have any other return type than void for main method?
define polymorphism in java
What data type is true or false?
Why is java so important?
What is a instance variable in java?
Write a java program to check if a number is prime or not?
Is set sorted in java?
What are the types of exceptions?
What class of exceptions are generated by the java run-time system?
Are generics important java?
How can an exception be thrown manually by a programmer?
Is there a case when finally will not execute?
Why generics are used in java?