What is the purpose of static methods and variables?
No Answer is Posted For this Question
Be the First to Post Answer
Is oracle charging for java?
Explain about java sdk?
What are the characteristics of java?
What is the difference between import java.util.date and java .util?
Can you create an object of an abstract class?
Can we execute a program without main?
What is null in java?
Can a set contain duplicates?
how its run?
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?
Why is java architectural neutral?
How many tetrahedral voids are there in bcc?