Answer Posted / niranjanravi
native method is a method that is implemented in a language
other than java.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
State one difference between a template class and class template.
What is output buffer?
What does the @override annotation do?
Can we override final method?
What are the differences between Java 1.0 and Java 2.0?
Explain notify() method of object class ?
What are synchronized methods ?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What are byte codes?
Which is faster string or stringbuilder?
how to create multithreaded program? : Java thread
What happens if an exception is throws from an object's constructor?
How to display names of all components in a Container?
How can we create a thread in java?