explain what is transient variable in java?
No Answer is Posted For this Question
Be the First to Post Answer
Implement a stack with push (), pop() and min() in O(1) time.
What is the difference between processes and threads?
Can we create our own wrapper class in java?
How to call one constructor from the other constructor ?
What are the advantages of exception handling in java?
What is difference between arraylist and list in java?
What is an array and a vector? How they different from each other?
methods in Applet?
What is aggregation?
Can a class extend abstract class or interface? why
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?
How can we create a synchronized collection from given collection?