Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the transient keyword?

Answers were Sorted based on User's Feedback



What is the transient keyword?..

Answer / nashiinformaticssolutions

If we don't want to save the value of a certain variable in a file during serialization, we use the temporary keyword. The default value of that variable data type is saved by JVM when it encounters a temporary keyword, disregarding the variable's initial value.

Is This Answer Correct ?    0 Yes 0 No

What is the transient keyword?..

Answer / glibwaresoftsolutions

If we don't want to save the value of a certain variable in a file during serialization, we use the temporary keyword. The default value of that variable data type is saved by JVM when it encounters a temporary keyword, disregarding the variable's initial value.

Is This Answer Correct ?    0 Yes 0 No

What is the transient keyword?..

Answer / glibwaresoftsolutions

If we don't want to save the value of a certain variable in a file during serialization, we use the temporary keyword. The default value of that variable data type is saved by JVM when it encounters a temporary keyword, disregarding the variable's initial value.

Is This Answer Correct ?    0 Yes 0 No

What is the transient keyword?..

Answer / glibwaresoftsolutions

If we don't want to save the value of a certain variable in a file during serialization, we use the temporary keyword. The default value of that variable data type is saved by JVM when it encounters a temporary keyword, disregarding the variable's initial value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?

2 Answers  


hoe can u call a constructor of a private classs to other inherited claa??

1 Answers  


What is data object example?

0 Answers  


hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class

1 Answers  


what is meant wrapper classes?

0 Answers  


What are the actions that can occur when a thread enters blocked state?

0 Answers  


What are the two types of streams offered by java 8?

0 Answers  


What is difference between java and java ee?

0 Answers  


What is core java called?

0 Answers  


What is Java Shutdown Hook?

0 Answers  


Write a java program to get a string of words and print the numbers of each word count in descending order

11 Answers   Logica CMG, Subex,


Why java does not support pointers?

0 Answers  


Categories