1. How many jobs can we write in a single file?
2. How many maximum members can exist in a single partition
data set(pds) in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
To sorting array of 10 elements which sorting is best a)selection b)bubble c)tree sort
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
How many processes can listen on a single TCP/IP port?
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
how do i add a column dynamically in a table by using java application?
What is the merger sort principle and its time complexity.
Define distributed queries. can you explain me as soon as possible
sample code for data transfer between two r/2 systems and r/3 systems?
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
what is throws keyword
in a VB application, where the data will be stored after manipulation? what is the syntax for that?