Answer Posted / ravikiran
native method is used to call the methods declared in a
platform dependent environment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate storage classes on the basis of their scope?
What is lexicographically smallest string?
what is synchronization? : Java thread
What are the restrictions imposed on method overriding?
Can a private method be declared as static?
Is cout buffered?
What is the locale class in java programming?
Can inner class be public in java?
How does a for loop work?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is entry set in java?
What is function overriding and overloading in java?
What is a java list?
Explain the use of javap tool.
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.