What is anonymous inner class?
No Answer is Posted For this Question
Be the First to Post Answer
Explain implementation and how is it different from conversion?
what is Hashmap & Hashtable wirh example?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
What are adapter classes?
In Java why we write public static void main(String args[]) why not main()?
46 Answers Aptech, GE Healthcare, Infosys, Microsoft, New Horizon, Practical Viva Questions, TCS, Wipro,
Is minecraft java edition free?
Why java does not supports multiple inheritance?
Why do we need hashset in java?
Need to use public,static keywords in main function?
Can we catch more than one exception in a single catch block?
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?