hi i m deepak
my shedule for NIC pi is 17 Apr
please contact me if anybody has interview on same day
or give me some idea who have faced
No Answer is Posted For this Question
Be the First to Post Answer
how to check single or double byte in struts
Find out the roles which gives access to all tables in SAP? Thanks in advance.
what is woransient key word? how it is used in java
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov
class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 Answers Cosmos, HyTech Pro, WinSoft,
Any real time example of O2C process from taking order till creating invoice.
details description on this mantis? who is founder of this mantis?
what is diff bet ref variable & instance of class
What is SOLID Principle in Programming Language?
What is Negative testing?
what is the purpose of postback?
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