What is treemap in java?
No Answer is Posted For this Question
Be the First to Post Answer
How to convert string to byte array and vice versa?
How many unicode characters are there?
Can we declare array without size in java?
What are static blocks and static initalizers in java ?
Is java developer a good career?
What is mean by exception?
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?
Does isempty check for null?
explain multi-threading in java?
How multi processing is achieved in JAVA?
What are the methods of object class ?
What is the gregoriancalendar class in java programming?