How is abstraction implemented 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 function overriding and overloading in java?

0 Answers  


I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?

8 Answers   KPIT,


long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?

3 Answers  


What does next mean in java?

0 Answers  


Can we catch more than one exception in a single catch block?

0 Answers  






What are the benefits of immutable objects?

0 Answers  


Write a function to print Fibonacci series and Tribonacci series?

0 Answers   Hexaware,


What are the 6 boolean operators?

0 Answers  


To set the position and size of a component, which methods are used?

3 Answers  


What does I ++ mean?

0 Answers  


what is finalmethod & final variable with example?

6 Answers   HP,


system.out.println(1 + 3);

8 Answers  


Categories