define System.out.println(); what is the meaning!
Answer Posted / sadikhasan palsaniya
System is a Predefined Class
Out is static field of System Class.
println is the method of PrintStream class which take
argument for print to it.
Am I Right?
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Does unicode support all languages?
Why java is not 100% object-oriented?
Can an interface be defined inside a class?
What do you mean by default constructor in java?
What is string variable?
What do negative exponents mean?
Is main is a keyword?
Can we sort hashset in java?
What are the actions that can occur when a thread enters blocked state?
Is null function in java?
explain multi-threading in java?
How do I type unicode?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
do I need to use synchronized on setvalue(int)? : Java thread
What is a boolean structure?