What is java literals?
No Answer is Posted For this Question
Be the First to Post Answer
what is hashmap& hashtable with example?
What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
What is an infinite loop?
How a class can implement an interface?
how can you retrive information from database by using hashmap/arraylist ,plz explain with example briefly?
How can final class be used?
How static variable work in java?
How do you make an arraylist empty in java?
What are basic keywords?
What is a reflection package?
Can a set contain duplicates?