What is native code?


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

Post New Answer

More Core Java Interview Questions

What is meant by constructor?

8 Answers  


what is use of threads how many ways to create thread

3 Answers   iTrust, Verizon,


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  


Define how does a try statement determine which catch clause should be used to handle an exception?

0 Answers  


Is a boolean 1 bit?

0 Answers  






how to create daemon thread in java?

0 Answers  


List some important characteristics on jre

0 Answers  


What is java util function?

0 Answers  


What is a data structure java?

0 Answers  


What are advantages and disadvantages of OOPs?

0 Answers   Amdocs,


What is basic concept of static in java ?

1 Answers   iGate,


How do you compare characters in java?

0 Answers  


Categories