Answer Posted / srinu
String is collection of characters are enclosed with double
quation.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is null an object java?
What is the r character?
What is the difference between synchronized and synchronized block?
What do you understand by Header linked List?
What is object-oriented programming?
Can a class extend more than one class?
What is a predicate method?
what is an objects lock and which objects have locks? : Java thread
Give me an example of array and linked list? Where they can be used?
What is functional interface in javatpoint?
What are the different types of collections in java?
What type of variable is error flag?
What is an inner class in java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is the list interface in java programming?