Answer Posted / 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 |
Post New Answer View All Answers
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is a finally block? Is there a case when finally will not execute?
Will set allow duplicates in java?
Should database connections be singleton?
What restrictions are placed on method overloading in java programming?
Why we used vector class?
What is the differences between c++ and java? Explain
Discuss 2D arrays.
What happens when I use / and % with a negative numerator?
Which variables are stored in stack?
If you are given the name of the function at run time how will you invoke the function?
How do I stop concurrentmodificationexception?
Is java a virus?
What is singleton class example?
What is method and methodology?