What is garbage collection? Can it be forced to run?
No Answer is Posted For this Question
Be the First to Post Answer
What is a Wrapper class?
How java enabled high performance?
What is proper subset?
Give me an example of array and linked list? Where they can be used?
can any one tell me when do u go for inheritance and polymorphism
write SQL command for table employee where print first name or last name start like "A" and who is working in domain(angular js,java,dotnet)
What is method overloading in java ?
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
What is the method to declare member of a class static?
What checkbox method allows you to tell if a checkbox is checked?
Can a private method be declared as static?
Explain the scope or life time of class variables or static variables?