Answer Posted / ravikiran(aptech mumbai)
java source code names will be named withthe name of the
class that is declare as publicwith .java extension
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is nan in java?
What are white spaces in java?
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).
What is a finally block? Is there a case when finally will not execute?
What is comparable and comparator interface? List their differences
What is return used for in java?
What does null mean in java?
What are mutable classes?
Can an integer be a string?
Can a boolean be null java?
What is an immutable object?
What is object-oriented paradigm?
What are the different access modifiers available in java?
What is an interoperable application in java ?
What a static class can contains?