What are advantages and disadvantages of OOPs?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What are the data types supported by java?

0 Answers  


Is it possible to instantiate the abstract class?

0 Answers  


What is the difference between hashset and treeset in java?

0 Answers  


Differences between C and Java?

0 Answers   TCS,


What is difference between calling start() and run() method of thread?

0 Answers  






Can you sort a list in java?

0 Answers  


Can you give names of Container classes?

0 Answers   Ordain Solutions,


Can multiple catch statements be used in exceptions ?

6 Answers   Wipro,


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


How do you get length in java?

0 Answers  


Can java list be null?

0 Answers  


How to know the host from which Applet is originated?

1 Answers   Wipro,


Categories