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
1 2272How to Sort Strings which are given in List and display in ascending order without using java api.
LIC,
2 4526what is the main key difference(s) between all application servers? (WebLogic and Websphere and Jboss)
1 3968Why we need method overriding in JAVA ? I mean which method I have to override I can write that method in my Class.
1 3705If 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 9283there 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.
1 2042what r the General SHIFTING TIMES for WEB LOGIC ADmin? mostly my frnd said night sifts ? Is it Right?
3 6629
What do you mean by an interface in java?
What do you understand by casting in java language? What are the types of casting?
What is the java api?
How is declarative handling of exceptions done in struts ?
What if I write static public void instead of public static void?
Differentiate between static and non-static methods in java.
How to sort array in descending order in java?
Write a program to find the whether a number is an Armstrong number or not?
What is a constructor overloading in java?
What is the difference between break and continue statements?
Are jvm’s platform independent?
what is reflection api? How are they implemented?
Find Best Job Vacancies across the world on Jooble!
What is the first argument of the string array in main method?
What is parsing in java?