Answer Posted / vijay
System is a class,its a final class.out is a static object of PrintStream.println() is a method in PrintStream.We can,t directly call the Out object thats why we use System class
System.out.println()
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
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?
What is temp in java?
What is the purpose of a volatile variable?
How do you override a private method in java?
What is a website container?
What is complexity in java?
What is meant by main method?
How would overload a function based on return type?
What are the advantages of compiled language?
How to convert string to byte array and vice versa?
What are the string methods in java?
Is arraylist dynamic in java?
What is the tradeoff between using an unordered array versus an ordered array?
What if I write static public void instead of public static void in java?
Is overriding possible in java?