what is static objects in java
Answers were Sorted based on User's Feedback
Answer / rahul
static object is a object that work globly in your application
Is This Answer Correct ? | 16 Yes | 11 No |
Answer / krishna
static object is an object is which doesn't work on
ordinary methods
Is This Answer Correct ? | 14 Yes | 13 No |
what is the certificates in biztalk?
What is the best action a system can take when deadlock is detected
what you mean by mantis in IT interview? why we use mantis? advantage of mantis?
Piggy backing is a technique for a) Flow control b) sequence c) Acknowledgement d) retransmition
17 Answers Fast Booking, HCL, Lucent, NIC,
cgi stands for
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
what is meant by life cycle of a business
Number of null pointers in any binary tree
Data Structure: Show that if k is the smallest integer greater than or equal to n+ (log2n)-2, k comparisons are necessary and sufficient to find the largest and second largest elements of a set of n distinct elements. (k comparisons are required to find what you are looking for, but no more than that are needed)
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
What is the merger sort principle and its time complexity.
write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers