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 |
hi, i'd like to know how do you set lines in a page for Smartforms? thanks in advance
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
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
Any real time example of O2C process from taking order till creating invoice.
What are the compilers of JAVA and .NET Programming languages?
What do you mean by an array ? explain with an example
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
can php support multiple inheritence?
the systematic access of small computers in a distributed data processing system is referred as?
needs examples for black box testing and white box testing
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?