-
-
-
-
The number of subscripts(indexes) in 2D array is two(2).Both row and column size must be __________________.
Integer constantsExample: int a[2][3]; Here a is an array consisting of two rows with each row with each row consists of 3 integer elements
-
-
-
-
-
-
-
What is the difference between overloading and overriding
Answered by Scott on 2005-05-12 09:44:53: Overloading: The same method name with a different signature (generally input argument list) written in the same class. Overriding: The identical method signature from a parent (super) class written in a subclass and modification of the method body occurs.
-
-
-
-
-
-
What' difference b/w JSP AND SERVELET?
Give me anssss
-
-
-
Java Interview Questions
Ans