Answer Posted / navneet raushan
Static is a final class , out is the output stream and
println is the method of PrintWriter class.
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Why is it called buffering?
Why declare Main() method as a static in java ?
Why do we need autoboxing in java?
What is the purpose of finalization in java programming?
What is the purpose of file class?
Can we create our own daemon thread?
Can an integer be null java?
How many types of memory areas are allocated by jvm?
how to write a program for sending mails between client and server
Can a method be overloaded based on different return type but same argument type?
What is the difference between access specifiers and access modifiers in java?
What is better- service oriented or batch oriented solutions?
Explain method local inner classes ?
What is multi-catch block in java?