What are Inner classes?
Answers were Sorted based on User's Feedback
Answer / rajkumar ksr college
class is a user defiend datatypes.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / kartik
Something inside something or class inside another class
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandhya.s
defining class in a class.
inner classes are of 2 types
static and normal
| Is This Answer Correct ? | 0 Yes | 2 No |
What is meant by call by reference?
10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }
What is purpose of applet programming?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
Explain the difference between transient and volatile in java?
Explain final, finalize() and finally?
what is mutability?which one is mutable String or StringBuffer?and why?give examples of each which shows the mutability of each String or StringBuffer
What is thread pool in java with example?
What are data types in programming?
Are arrays immutable in java?
Explain covariant method overriding in java.
Explain different forms of polymorphism?