NO
Latest Answer: Java uses a reference counting Algo for Garbage Collection.When a ref enters JVM the ref count is incremented. When it leaves JVM the count is decremented.When an object is not refernced at all (i.e) the ref count becomes zero then the object is ready ...
Latest Answer: A symbolic is precedded by an "&" and a parm is information passed on to a program or utility: //PGMA EXEC PROGRAM=PHASE2,PARM='T,114,PROD,'To override a parm you would use this format: //stepname.PARM ...
We have to count the 3 letter,4letter and 5letter words from a file and print the number of 3 letter,4letter and 5letter words. Delimiter is space,tab,hifen.Also we should not consider the line in the file after we encounter # in that line.(ie after # we should not consider the portion of line)
In file count the number of characters, number of words, number of line. Delimiter between words is given as command line argument.
What is command to know the IP and MAC address of your machine in windows platform?a) ifconfig b)Ipconfig/all c)ping d) All the aboveMTFS, CDFS, EXT3, FAT32, and EXT2, which of the below are the windows
Latest Answer: Question: Mindtree Testing questions for experienced 11th june 2005 1. What is command to know the IP and MAC address of your machine in windows platform?a) ifconfig b)Ipconfig/all c)ping d) All ...