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 the super method?
What is php trait?
How is it possible to know the number of rows returned in result set?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
How many different types of messages available in php?
How do you display the output directly to the browser?
Which function can be used to exit from the script after displaying the error message?
Are static variables final?
What does a dependant variable mean?
What is the static variable in function useful for?
Which MySQL function would you use to select a database?
How can we change the value of a constant?
Difference between array_combine and array_merge?
What is a static variable in php?
Can we override magic methods in php?