What are the five major types of reference sources?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is prime number in java?

0 Answers  


Why bytecode is called bytecode?

0 Answers  


What is an infinite loop?

0 Answers  


How would you convert bytes to string?

0 Answers  


In case of inheritance what is the execution order of constructor and destructor?

0 Answers   Agilent,






Which is faster string or stringbuilder?

0 Answers  


What is t in generics in java?

0 Answers  


Is overriding possible in java?

0 Answers  


do I need to use synchronized on setvalue(int)? : Java thread

0 Answers  


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 Answers  


What is the integer of 16?

0 Answers  


Explain serialization and deserialization in java?

0 Answers  


Categories