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
2266How to Sort Strings which are given in List and display in ascending order without using java api.
LIC,
1 4521what is the main key difference(s) between all application servers? (WebLogic and Websphere and Jboss)
1 3963Why we need method overriding in JAVA ? I mean which method I have to override I can write that method in my Class.
1 3694If 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 9254there 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.
2040what r the General SHIFTING TIMES for WEB LOGIC ADmin? mostly my frnd said night sifts ? Is it Right?
3 6610
How the exceptions are handled in struts?
What are byte codes?
Are arrays primitive data types?
What is the difference between member variables initialization and assignment in a constructor?
What is jdbc in dbms?
What is database connection pooling? Advantages of using a connection pool?
Define locale.
What is the difference between replace and replace all?
What is client-certificate authentication?
What is ejb bean in java?
What is getkey () in java?
Is jvm a compiler or an interpreter?
Is orm a design pattern?
What are untrusted applets?
can rmi and corba based applications interact ?