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
How to remove duplicate values from php array?
What is the functionality of the functions strstr() and stristr()?
What are sql functions?
How is csrf token generated?
Difference between get and post method.
How to make a class in php?
How to create a directory?
What is oops php?
How to support multiple-page forms?
Explain about PHP cookies?
When sessions ends?
Which is true about the singleton design pattern?
Does php class need constructor?
What is a persistent cookie in php?
Is laravel an oop?