In Java, what types of classes perform inheritance?
Answers were Sorted based on User's Feedback
Tell us something about an iterator.
I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?
Why to give the file name same as the public class name in java?
What is instanceof keyword?
11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.
how to deploy apache tomcat server to weblogic server in java
Which one of the following suits the description of a string better: derived or primitive?
Is integer immutable in java?
what is object type casting? give some example with related?
What are the operands of instanceof operator?
What are different access specifiers in java? Explain
what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!
7 Answers emc2, Kumaran Systems,