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

What is the generic class?

0 Answers  


Why can't we make a class private in java?

0 Answers  


In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?

0 Answers  


Can a main method be declared final?

0 Answers  


Can memory leak in java?

0 Answers  






what is inner class in java?

0 Answers   IBS,


What super () does in java?

0 Answers  


What is the static method?

0 Answers  


How to convert String into primitive datatype.

6 Answers  


What is java argument list?

0 Answers  


What is the use of :: in java?

0 Answers  


What are the two categories of data types in the java programming language?

0 Answers  


Categories