How to split arraylist elements in java?
No Answer is Posted For this Question
Be the First to Post Answer
Does java support function overloading, pointers, structures, unions or linked lists?
what is anonymous class in java?
How objects of a class are created if no constructor is defined in the class?
What is array sorting in java?
What is the difference between variable declaration and variable initialization?
What is the use of 'super' keyword inside a constructor?
0 Answers Flextronics, Thomson Reuters, Virtusa,
How many threads does a core java have?
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?
How many types of modifiers are there?
why interaction with server using javascript is difficult
Can I declare a class as private?
Explain the significance of class loaders in bootstrap?