Explain what is encapsulation?


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

Post New Answer

More Core Java Interview Questions

Define Multiprogramming and Multiprocessing in java.

0 Answers   Akamai Technologies,


Can an abstract class be a final class?

0 Answers  


Explain abstract class in java?

0 Answers  


Which types of exceptions are caught at compile time?

0 Answers  


Inorder to specify a container?s layout, which method is used?

1 Answers  






Write a program to print fibonacci series

0 Answers  


what is the difference between sleep() and Wait()?

10 Answers   Accenture, Amdocs,


How to call one constructor from the other constructor ?

0 Answers  


What is difference between module and function?

0 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?

0 Answers   Amazon,


class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?

7 Answers   HCL, TCS,


Categories