-
Adding Method in Java
Hi
I have interface in that interface 3 methods are there , after some days client said that,i want to add one more method in that interface ,so how can add 4 method so that the implemented class did not affect,
Thanks
Kalins Naik
-
Platform Independence
Why platform independence is needed in real world ?
-
Guess the output of the following program
Try to guess without running the program.
cpublic class IntegerClassExampleThree {
public static void main(String[] javalatte) {
Integer i = 400;
Integer j = 400;
if(i==j){
System.out.println("i==j is equal");
}else {
System.out.println("i==j is not equal");
}
}
}
public class IntegerClassExampleFour... -
Collections
What is the difference b/w 2d array and hashmap?Where we have to use this?Explain ?
Thanks in advance -
-
OOPs Interface
Why interfaces is needed in Java?
-
Increment and Decrements Operators
If int=8 then how to solve ++a+a--*a---a++
-
-
-
-
-
-
-
-
-
-
-
-
-
Core Java Interview Questions
Ans