Answer Posted / venkat
String is one of the datatype that is user to assign the
character to the variables,and we can give as an input in
the runtime.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Detail discussions on JVM, memory management and garbage collector.
Name few java 8 annotations ?
What is difference between hashset and hashmap?
'A class is a template for an object' explain this statement.
What are the advantages of java inner classes?
In the below example, how many string objects are created?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Write a java program for binary search?
What is numeric function?
What is the difference between an inner class and a sub-class?
Why string is a class?
What are the elements of java?
What is final class?
Why stringbuilder is not thread safe in java?
What is difference between call by value and call by reference?