explain what is transient variable in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is data type in computer?
What are triggers in DB? Explain their types. How do they work?
What are library required to connect to excel sheet.
Is java a software?
Difference between a class and an object?
if a java file without any source code is valid java file?
What are the various access specifiers for java classes?
Can a method inside a interface be declared as final?
What are variable arguments or varargs?
why marker interfaces are there in java
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
how can i cal servlet from jsp page?how can i pass variablesfrom the jsp that servlet can access?