What is a generic data type?
No Answer is Posted For this Question
Be the First to Post Answer
What is the constructor?
How hashmap increases its size in java?
What is the difference between this() and super()?
what is real-time example of runtime polymorphism and compile time polymorphism
What is the use of static keyword in "public static void main()"
10 Answers College School Exams Tests, Infosys, Six Dee Telecom,
If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
How many types of equations are there?
What does next mean in java?
what are the design patterns in struts?
why Java does not support multiple inheritances?
Explain what is encapsulation?