what is platform native code

Answers were Sorted based on User's Feedback



what is platform native code..

Answer / deepakkumar1887

operating system is a software application , consists of set
of instruction to interact/communicate with the underlying
hardware resource like keyboard, processor,HDD etc. so windows
operating system need windows native code

Is This Answer Correct ?    2 Yes 0 No

what is platform native code..

Answer / sitaram

The Java platform encourages developers to write C code when
truly peak performance is required. we can write the code in
C Language. That code is using as a native code in java.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Which collection is thread safe in java?

0 Answers  


Why string is called as immutable?

0 Answers  


Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.

0 Answers  


When does the compiler supply a default constructor for a class?

9 Answers   TCS,


What is wrapper class example?

0 Answers  






What is polymorphism and what are the types of it?

0 Answers  


What is an exception? difference between Checked and Unchecked exception in Java

0 Answers   SkillGun Technologies,


Which are the two subclasses under exception class?

0 Answers  


What is meant by object oriented programming – oop?

0 Answers  


Tell me are there implementations for sorting and searching in the java libarary?

0 Answers  


Can we have a try block without catch block?

0 Answers  


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

3 Answers   L&T,


Categories