Can we have more than one package statement in source file ?


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

Post New Answer

More Core Java Interview Questions

What is a method signature java?

0 Answers  


What is java util concurrentmodificationexception?

0 Answers  


I dont want to use serialzable in java is there any another concept so plz tell me

3 Answers   WDC,


Why is flag used in java?

0 Answers  


What is the difference between object oriented programming language and object based programming language?

0 Answers  


Why all programming languages have main as a execution starting point?

4 Answers  


What is meant by object?

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 void a data type in java?

0 Answers  


Can we make main() thread as daemon?

0 Answers  


What is the difference between java and .Net?

39 Answers   Bosch,


what is the collable collections in java?

2 Answers   Persistent,


Categories