How many bits are in a sentence?
No Answer is Posted For this Question
Be the First to Post Answer
Is singleton thread safe in java?
Can a class be declared as protected?
What is the difference between comparison done by equals method and == operator?
What is static and a non-static inner class?
Can we access the non-final local variable, inside the local inner class?
What is the difference between Static and final?
How do you create an array in java?
What is a parameter example?
How many bytes is a character?
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?
Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
Difference between default and protected access specifiers?