What are the differences between public, private, protected,
static, transient, final and volatile?
Answer Posted / naresh
in object by default all variables are presistent. so some
time we want to avoid that variables means we use transient
for that variable.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What is php crud api?
What are different types of errors available in Php?
Is php an api?
Will php die?
How to set cookies in PHP?
What is php explain?
What is the difference between runtime exception and compile time exception?
How is it possible to propagate a session id?
What is super () python?
Why do we use javascript in php?
How to get a random value from a php array?
What is stripslashes php?
Where are sessions stored php?
Write a program to get lcm of two numbers using php?
Why should I store logs in a database rather than a file?