-
What is the value of 111 % 13?
A) 3B) 5C) 7D) 9
-
-
-
Objects are sometimes referred to as __________ of a class
A) InhertienceB) InstancesC) InterfacesD) Inhibitors
-
-
-
-
-
-
-
-
-
-
What is the difference between native and abstract
What is the difference between native and abstract?can we declare a method as native inside an interface?if yes then why? if no then why not?
-
-
-
String b=new String("A");
String c="A";
String d="A";
Then which of the following returns true?
1. if(a==b)
2. if(b==c)
3. if(c==d)
4. if(d==a)">String a=new String("A");String b=new String("A");String c="A";String d="A";Then which of the following returns true?1. if(a==b)2. if(b==c)3. if(c==d)4. if(d==a)
-
-
-
Java Interview Questions
Ans