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 a functional interface?
What is parameters example?
explain about casting of objects?
What is "Java Native Interface" and how to use it?
which methods consisting of the serilizable interface?
what is the use of servlet engine?
Can we extend singleton class in java?
Difference between object instantiation and construction ?
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?
What is the numeric promotion?
Can we call the run() method instead of start()?
Which is bigger float or double?