Answer Posted / s.suresh
java.networking
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
what is mena by object block any what is the use of that
Name few java.lang classes introduced with java 8 ?
Is string pool garbage collected?
What does function identity () do?
What is the difference between abstraction and encapsulation?
Explain about member inner classes?
Explain the difference between abstract class and interface in java?
Is hashset sorted 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's the purpose of using break in each case of switch statement?
Explain the features of java?
What is the difference between I ++ and ++ I in java?
What is <> used for in java?
Where are variables stored?
What is package private scope in java?