What is a native method?
Answers were Sorted based on User's Feedback
native method is a method that is implemented in a language
other than java.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
native methos is the method declared inside some structured
programming language which will get called on java
| Is This Answer Correct ? | 3 Yes | 0 No |
Why singleton is not thread safe?
How will you load a specific locale?
Why is the main method declared static?
What are the parts of methodology?
State the merge-sort principle and its time complexity.
0 Answers Akamai Technologies,
Is special character in java?
Why is boolean important?
List implementations of list interface?
What is 'finally' method in Exceptions?
What are the types of collections in java?
What is the syntax and characteristics of a lambda expression? Explain
when to for abstract class and when to go for interface