What modifiers are used with an inner class which is a
member of an outerclass?
Answer / ranganathkini
The modifiers for an inner class are:
public
private
protected
static
final
strictfp
abstract
| Is This Answer Correct ? | 2 Yes | 1 No |
what is the difference between ArrayList and Vector
19 Answers KPIT, Sasken, Satyam, Span Infotech, Wipro,
What is JDK? Mention the variants of JDK?
To set the position and size of a component, which methods are used?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
how to prepare for IT Officers Interview in Banks
0 Answers TATA, Tata Steel Limited,
Why do we need data structure in java?
What is hypertext?
public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }
What is a nested class?
What is the catch or declare rule for method declarations?
Difference between overriding and overloading in java?
How to perform linear search in java?