hi recently i had faced an interview in that they asked me
that php have faced the problem of y2k so which one is that
year like 2030,2059 not remember exact year anybody will
tell me pls?
Answer Posted / guest
Abbreviated from "year 2000", with "K" standing for 1000, as
in the prefix kilo.
Y2K or, less commonly, Y2k
The year 2000 (in relation to anticipated problems caused
by computers storing the year as two digits)
It is called as Millennium bug or Y2K bug.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What type of language is php?
Explain briefly about a search-friendly site looks like?
How can we destroy the cookie in php?
Does session expire on closing browser?
What is the difference between html and php?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Write the statements that are used to connect php with mysql
What is difference between print_r and echo in php?
Does mysql need php?
Does empty check for null?
How to submit form without a submit button.
How can you send email in php?
Tell me how the result set of mysql be handled in php?
Explain how we can retrieve the data in the result set of mysql using php?
Can constructor be private in php?