What are the 3 types of control structures?
Difference between prefix and postfix forms of the ++operator?
Name the methods in mouse listeners ?
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 “try and catch” in java
How do you sort arrays in java?
What is the difference between choice and list?
What is finalize() function in java?
How big is a pointer?
Can the garbage collection be forced by any means?
Can static method access instance variables ?
difference between arraylist and linkedlist otherthan performance
Can java run on google chrome?