What are controls and their different types in awt?
No Answer is Posted For this Question
Be the First to Post Answer
If you are given the name of the function at run time how will you invoke the function?
What does string intern() method do?
What is codebase?
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC
what is data binding? give the example
What are static blocks in java ?
Explain about object oriented programming and its features?
Is void a wrapper class?
What do you mean by inner class in java?
What is the advantage of preparedstatement over statement?
Can we have more than one package statement in source file ?
What are the restrictions imposed by a Security Manager on Applets?.