Name two subclasses of the TextComponent class?
Answers were Sorted based on User's Feedback
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
Give reasons supporting that string is immutable.
Is array size fixed in java?
What is a memory leak in java?
How to pass arraylist to stored procedure in java?
What is t in generics in java?
What is functional interface in java example?
How does regex work?
What restrictions are placed on method overloading and method overriding?
What is the difference between the continue and break statement?
How can we make a class singleton?
What is the syntax and characteristics of a lambda expression? Explain