What is package protected in java?


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

Post New Answer

More Core Java Interview Questions

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  


What is subsequence of a string?

0 Answers  


Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?

5 Answers   Ericsson,


Is java a security risk?

0 Answers  


What is final int?

0 Answers  






can you use the two main method in same class?how?

4 Answers   DELL, Geosoft, SparkTG,


What is thread start?

0 Answers  


Explain about vector, dictionary,hash table, property classes?

1 Answers   Patni,


Is null == null in java?

0 Answers  


Explain about main() method in java ?

0 Answers  


What is a native method in java programming?

0 Answers  


Is it possible to do method overloading and overriding at a time

3 Answers   L&T,


Categories