how to stop execution of step 3 in a job mainframe
No Answer is Posted For this Question
Be the First to Post Answer
What is algorithm in SCD Type2(SAS DI Studio Transformaton)?
How to find out the user exit for va01.
what is difference between scripts, smartforms and adobe forms
which property is used to display the advertisements with adrotator control
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
What are the other ways to create an object with out calling new keyword in java?
3. . Explain the Cache memory? What is the advantage of a processor having more cache memory?
what is mutex?
4 Answers Axiom, Blue Star, SQL Star,
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
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 difference between CriteriaQuery and CreateQuery in Hibernate???? Thanks in advance!!!!!!