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 |
What is thread start?
IS method overriding is Duplication of Methods?
How is a structure different from array ?
What are the drawbacks of singleton class?
Why do you canvas?
Difference between a class and an object?
What are the different types of data structures in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is the SimpleTimeZone class?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
Can we declare an interface as final?
What is the implementation of destroy method in java. Is it native or java code?