What is the advantage of OOP in java?


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

Post New Answer

More Core Java Interview Questions

What is the list interface?

0 Answers  


Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1

7 Answers   Huawei, IBM,


Can a class be declared as protected?

0 Answers  


Can you call a private data from an inner class?

6 Answers  


what is the Use of throws exception?

2 Answers  






class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example

3 Answers   Wipro,


java is pure object-oriented programming language?why it is platform independent.

1 Answers  


Explain the meaning of java applet.

0 Answers   TCS,


What is hash method?

1 Answers  


Why should we use singleton pattern instead of static class?

0 Answers  


What is the difference between equals() and?

0 Answers  


What language is an assembler written in?

0 Answers  


Categories