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 9023there 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.
1989what r the General SHIFTING TIMES for WEB LOGIC ADmin? mostly my frnd said night sifts ? Is it Right?
3 6461take 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 8618In 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 ?
2154where u can used in real time "protect" specifier or real world example of protect specifier
CTS,
1 4691
How does predicate work in java?
What is ripple effect?
What do you need to set-up a cluster with jboss?
What is the naming convention for a resource bundle file in struts2?
What is the difference between java class and bean?
Which class should you use to obtain design information about an object in java programming?
What is japplet in java?
What is the static field modifier?
What is the functionality of jms message consumers?
What is natural ordering in java?
What are the toolbar elements.
What is jms active mq?
How do I connect my application to talk to a database?
What do you mean by inner class and anonymous class?
Is tomcat a java ee?