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 is the size of int?
Can we define package statement after import statement in java?
What are the new features in java 8? Explain
What is difference in between java class and bean?
Can a vector contain heterogenous objects?
Explain the difference between static and dynamic binding in java?
Can a variable be local and static at the same time?
Should you use singleton pattern?
Write a program to print all permutations of string?
How do you sort in java?
List some important features of java 10 release?
when you will synchronize a piece of your code? : Java thread
In how many ways we can do exception handling in java?
What are the 8 primitive data types in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?