difference between list and display command ?

Answer Posted / hiral joshi

list command's default value is all
where the
display command's default value is record

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

1588


what is woransient key word? how it is used in java

1904


Define Form modules, Class modules and Standard modules

1600


what is the difference between read the data from table and infotype

2177


Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.

2464






What is BASIS

1781


is it acceptable if we declare multiple exceptions in same overridden method.

2212


iam confused among testing ,.net and java. can anybody help me.

1680


Explain three modes in which files can be accessed from python program

1410


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

1186


what is session state?

1620


< DL Compact > tag is used for

1644


Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".

2055


if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008

1708


What is diffrent between Method and and function in c#

1631