Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) If 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 9313there 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 2054what r the General SHIFTING TIMES for WEB LOGIC ADmin? mostly my frnd said night sifts ? Is it Right?
3 6640take any 4 input numbers. like 2345.. wanted out put is All 16 combinations of the number 2345.. for example- taking input as 4565 output- 5654 4556 4655..
2 8775In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
1 2253where u can used in real time "protect" specifier or real world example of protect specifier
CTS,
1 4791
what are the different modes of archival? Explain each mode in two lines each?
Realized?
Explain public static void main(string args[]) in java.
Is minecraft 1.15 out?
What is difference between @controller and @restcontroller in spring?
What is a classloader in java?
What is the difference between break and continue statements?
What is lazy class?
Differentiate between static and non-static methods in java.
Write a program to print count of empty strings in java 8?
What is a constructor overloading in java?
What do you know about validation plugin ?
What do you mean by an interface in java?
How to sort array in descending order in java?
explain different ways of using thread? : Java thread