Quality Assurance is the activity performed to prevent the occurance of errors in the total project. Hence, QA plan specifies the ways to follow to prevent the occurance of errors in product...
Type: Posts; User: Sandhya.Kishan; Keyword(s):
Quality Assurance is the activity performed to prevent the occurance of errors in the total project. Hence, QA plan specifies the ways to follow to prevent the occurance of errors in product...
In SRS the System Features include
1. Secure Login to interface
2. Web-based interface for editing TA slots
3. Web-based interface to assign/update TA info
Sorting can be done by placing the hash map on to o tree map (TreeMap is sorted by nature)
Map myMap = new HashMap();
// put keys and values........
Map sortedMap = new TreeMap(myMap);
A WeakHashMap is a special Map implementation where the keys of the map are stored in a java.lang.ref.WeakReference. By storing the keys in a weak reference, key-value pairs can dynamically be...
1.can we use MAX on a char column?
2.In embedded SQL statement SELECT * is not preferred,Why?
3.Can you install Data Studio on a machine which already has DB2 installed?
Hogan is high performance core banking software that is leading banks worldwide into the future with real-time processing, scalability and lower total cost of ownership.By Psychometric Testing we can...
By using SetWindow taborder=5 we can activate no. 5 edit box.
J meter tool is one of the Open source Functional Testing Tool.
du is the only command used for displaying the total disk usage for named directories.
Getty is a login process that manages login sessions.It is just a process waiting for some form of communications input on the port to which it has been assigned to.
Enscript converts text files to PostScript or to other output languages. Enscript can spool the generated output directly to a specified printer or leave it to a file. If no input files are given,...
There are certain conversion tools like
1.alien-alien is a program that converts between Redhat rpm, Debian deb, Stampede slp, Slackware tgz, and Solaris pkg file formats.
2.AODC-AODC stands for...
We can find the sum by entering the range i.e, if range is 10 then the fibonacci numbers are 0 1 1 2 3 5 8 13 21 34
#include<stdio.h>
int main(){
int k,r;
long int i=0,j=1,f;
long...
Apart from using alt+9 and clt+9 for compiling and running we can also use the direct commands compile and run present on the tool bar at above of the turbo c screen.
In c programming it is possible to pass arguments to C programs when they are executed. The brackets which follow main are used for this purpose.
Example:
#include <stdio.h>
main( int...
Switch statement is useful when we are having multiple options for the same variable but when we have to use mutiple conditions simultaneously then it would be better to use if else.
For dense case...
Some common functions of DBA are
1.Database Planning
Standards, procedures, enforcement
2.Requirements Gathering and Conceptual Design
3.Logical Design
4.Physical Design and...
To implement stored procedures in DB2:
1.Create the stored procedure:
*To create your own stored procedures, following the instructions in Creating a stored procedure.
*To create the...
Program for computing product of 3*3 matrix
void main()
{
int a[3][3],b[3][3],c[3][3],i,j,k;
clrscr();
printf("Enter elements of A:");
for(i=0;i<=2;i++)
c++ is the best language for system side projects.
If a command contains two percent signs, MS-DOS will treat any characters between them as an environment variable to be expanded.The environment variable called "Temp", that when using the two...
e) none of the above.
Javac command converts the source code to byte code.
The syntax may be
<servlet-mapping>
<servlet-name>ModifyMemberSVL</servlet-name>
<url-pattern>/ModifyMember</url-pattern>
</servlet-mapping>
.
.
.
.
.
IntermediateDataAccess Driver is the type 3 driver it is used as a middle ware as they have the ability to connect multiple clients with multiple servers.
BEAWeblogic servers use trhis type of...