Answer Posted / p.ramesh reddy
advance business application programming longuge for 4th
generation
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Find out the list of roles which gives access to GUI activities? thanks in advance
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
Please describe an example where you used object orientation in one of your programs.
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 integration testing in real time applications?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
What is BASIS
Differevce between arrays and array builders?
can we allocate memory for interface? if no then why?
what is throws keyword
Give examples of macro quoting function?
write a sql qwery which include joining of two tables 4 marks mainframe