what are the purposes of native, transiant key words?
Answer Posted / ravikiran
native is the keyword used for methods to cll the methods
defined in a platform dependent language like c
transient is the keywrd used infront of varibles which will
restirct the process of serialization
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain about object oriented programming and its features?
What is the replace tool?
Is string is a class in java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is difference between variable declaration and definition?
Explain static nested classes ?
Why are arrays useful in java?
How to stop a thread in java? Explain about sleep () method in a thread?
Explain the significance of class loaders in bootstrap?
Why does java doesnt suuport unsigned values?
What are different types of inner classes ?
Do you know why doesn't the java library use a randomized version of quicksort?
If try block is successfully executed, Then Is Finally block executed?
Explain the use of javap tool.
What is string in java with example?