when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
4 14884How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not
6 115101.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?
4 95111.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?
8 164161. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 39497This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?
2 6814Can anyone of u pls suggest some good bit easy certification for QTP if any material found pls mail to pvlavanya@rediffmail.com
2422Can anyone of u pls suggest some good bit easy certification for QTP if any material found pls mail to pvlavanya@rediffmail.com
2311can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 67488Post New TCS Interview Questions
Is Pig script case sensitive?
What is the directory structure of a web application deployed on tomcat?
What is extrued aluminum?
Why do large ships like aircraft carriers not sink despite weighing several thousand tonnes?
netmeeting in vista
What is empty tag and container tag?
What are the advantages and disadvantages of using stored procedures versus calling sql inline in cold fusion?
Is null valid for pointers to functions?
What is the most common type of join?
Which is faster jdbc or odbc?
What is tap in angular?
What is a differential amplifier? Also, explain cmrr.
Explain forecasting & replenishment process under supply chain management?
What must be implemented by all servlets?
Factory Method C++ – How to delete pointers returned by it