Name two subclasses of the TextComponent class?
Answers were Sorted based on User's Feedback
what is meant by HQL?
What is meant by final class, methods and variables?
Can you achieve runtime polymorphism by data members?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
What are the Static and Dynamic Variables? Differentiate them.
What are constants?
State the significance of public, private, protected class?
Is array primitive data type in java?
What is run time polymorphism?
6 Answers eClerx, Elementus Technologies,
Why we use methods in java?
What is the default access specifier for variables and methods of a class?
what is abstract class in Java?