In Serialization, whether you will use Static variables?
Answer Posted / krishna
We cannot serialize the static variables
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about the dynamic behavior of core java?
How many return statement are allowed in a function?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
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.
Can you extend main method in java?
what is difference between equals and ==?
Write a program to print fibonacci series up to count 10.
What is hash table in java?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
Which number is denoted by leading zero in java?
Why super is first line in java?
What is use of a abstract variable?
What is definition and declaration?
Can a final method be overloaded?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???