What is the difference between save and create method of
activerecord?
No Answer is Posted For this Question
Be the First to Post Answer
How to create a new dataset only duplicate observations in proc sort procedure?
what type of exceptions & problems are faced in production time at java technology?
how many types of operating system are avaliable?
what are wrapper classes
What are scrubbing procedures in SAS
How many processes can listen on a single TCP/IP port?
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
what is the basic and unique feature of dotnet
Diff.b/w Frames and container?
1 Answers Tech Mahindra, Wipro,
what is diff bet ref variable & instance of class
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
Why multiple inheritance is removed in java?