Can private class be inherited in java?
No Answer is Posted For this Question
Be the First to Post Answer
can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?
What is derived datatype?
If you are given the name of the function at run time how will you invoke the function?
Explain the protected field modifier?
Name and explain the types of ways which are used to pass arguments in any function in java.
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is inheritance?
5 Answers Accenture, Hexaware, Syntel,
Explain the difference between intermediate and terminal operations in java8?
What is data movement?
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); } }
diff between abstract methods and interfaces with programing (code) example?
What is merge sort in java?