Is strus threadsafe or not?
Answer / sekhar
Struts is not threadsafe.Because it gives various responses
at a time.it is uused for multiple responses for multiple
requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the Advantages of HashMap over Vector?
Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two
How to swap values between two variables without using a third variable?
24 Answers HCL, TCS,
Is buffer size and file block size is similar? If similar,at which case it will be same size?
What is meant by spooling
hai i am mca 2009 fresher.please tell me which certification helps me to get an IT job faster which institute is good in hyderabad.please mail me to prasanna.1856@rediff.com
cobol is execution r not without jcl
An image map is a collection of
hi friends i am ravi here , i have one problem at starting at the interview that is i have my 3+ it(java) years experiance profile so if i attend the interview interviewer ased me tel me about your profile so i not able to explain because i dont knw where to start and where to end and i dont know what i should tel and what i shouldnot tel .....so can any body please clear m doubts clearly.............please help me friends,i am awaiting for friends reply please.............
What is the difference between procedure -oriented language and object oriented language?
22 Answers IBM, Infosys, TCS,
Is strus threadsafe or not?
Create a class TicTacToe that will enable you to write a complete program to play the game of Tic-Tac-Toe. The class contains as private data a 3- by-3 double array of integers. The constructor should initialize the empty board to all zeros. Allow two human players. Wherever the first player moves, place a 1 in the specified square; place a 2 wherever the second player moves. Each move must be to an empty square. After each move determine whether the game has been won and whether the game is a draw. If you feel ambitious, modify your program so that the computer makes the moves for one of the players automatically. Also, allow the player to specify whether he or she wants to go first or second. If you feel exceptionally ambitious, develop a program that will play three-dimensional Tic-Tac-Toe on a 4-by-4-by-4