Answer Posted / manoj
String is object which can store multiple variable
Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What languages are pass by reference?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
When is finally block not called?
Why map is used in java?
What do you understand by Header linked List?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Using callable statement how can you pass out parameters, explain with example?
What is the exception hierarchy in java?
What is parse method?
What is constructor chaining in java?
Explain about transient variables in java?
When should we create our own custom exception classes?
Is void a keyword in java?
Can we have multiple classes in a single file?
What is the concatenation operator in java?