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 |
What are latest features introduced with java 8?
Which are the two subclasses under exception class?
what is session facade ?
Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.
What is the current version of java?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
Can we override private method?
What is the difference between array and array list in java?
What are concepts of OOPS and how are they implemented in Java?
Why do we need strings in java?
What are the loops in java?
What does this () mean in java?