what is platform native code
Answers were Sorted based on User's Feedback
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 |
Can we access the non-final local variable, inside the local inner class?
How does singleton class work?
Java support call by reference (pass by reference) ?
Can list be null in java?
How many bits is a float?
In Java list the methods that can be overridden?
printstream class method println() is calling using System class and its static object out .how it is explain any one in detail with example ?
What is array length?
What is the difference between equals() and?
What are the 4 versions of java?
ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }
In Java, what types of classes perform inheritance?