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
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?
what is woransient key word? how it is used in java
Define Form modules, Class modules and Standard modules
what is the difference between read the data from table and infotype
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.
What is BASIS
is it acceptable if we declare multiple exceptions in same overridden method.
iam confused among testing ,.net and java. can anybody help me.
Explain three modes in which files can be accessed from python program
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
what is session state?
< DL Compact > tag is used for
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".
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
What is diffrent between Method and and function in c#