What is java abstraction with example?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know why doesn't the java library use a randomized version of quicksort?
What is the association?
why java does not support mulitple inheritance directly?
Difference between an argument and a parameter?
10 Answers Accounting, HCL, IBM, Quinnox,
Describe what a thread-local variable is in java?
What java is used for?
Can you add null to a list java?
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); } }
How is abstraction implemented in java ?
types of applets?.
can abstract class have constructor how can you achive this ?
What is the constructor?