Answer Posted / harika
System is a predefined class,out is a reference of
printstream class,println is a method of printstream class.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Is null a string in java?
Explain the difference between an Interface and an Abstract class?
What defines function?
What all access modifiers are allowed for top class ?
What is procedure overloading?
What are format specifiers in java?
Is java owned by oracle?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
Explain when noclassdeffounderror will be raised ?
What is byte data type?
how to create multithreaded program? : Java thread
How we can skip finally block of exception even if some exception occurs in the exception block in java?
Tell me a few examples of final classes defined in Java API?
Is static a singleton?
How can a gui component handle its own events?