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 are the two basic ways in which classes that can be run as threads may be defined?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
How to check if a list is sorted in java?
we cannot create an object of interface but we can create a variable of it
What is command line argument in java?
what is meant by serialization?
Explain about public and private access specifiers?
why java does not contain pointers?
Which containers use a FlowLayout as their default layout?
what is check p object in java
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Can you declare a private method as static?