Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Why sun introduce concept of anonymous class? What is need and real life use of anonymous class
2202How to Sort Strings which are given in List and display in ascending order without using java api.
LIC,
1 4431what is the main key difference(s) between all application servers? (WebLogic and Websphere and Jboss)
1 3844Why we need method overriding in JAVA ? I mean which method I have to override I can write that method in my Class.
1 3588If I will write String s=new String("XYZ"); String s1=new String("XYZ"); if(s.equals(s1)){ sop("True"); } else{ sop("False"); } This program will give me "True". But When I am creating my own class suppose class Employee{ public Employee(String name); } Employee e= new Employee("XYZ"); Employee e1 = neew Employee("XYZ"); if(e.equals(e1)){ sop("True"); } else{ sop("False"); } Then it will give the output as "False". Can I know what is happening internally?
5 9027there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
1990what r the General SHIFTING TIMES for WEB LOGIC ADmin? mostly my frnd said night sifts ? Is it Right?
3 6461
What is the difference in between cpp and java? Can u explain in detail?
What is javax annotation generated?
Why use hibernate framework?
What is unidirectional and bidirectional?
How does the java compiler work?
Can we override constructors?
What is jvm? Why is java called the platform independent programming language?
What is the difference between the session.update() method and the session.lock() method?
What is the difference between C++ and Java and your preferences?
What is hql in hadoop?
What causes memory leak in java?
What do you mean by optimistic locking?
What is the list of pre-configured queues?
What is the exact difference in between unicast and multicast object? Where we will use?
Is spring a singleton component?