why Java is not purely object oriented?
Answer Posted / surendrareddy
java is pure oop no doubt at all.
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
What sysoption determines where the macro facility searches a specific catalog for complied macro?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
what will we require to build project with the help of oracle
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
What do you understand by modular programming?
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
EXPLAIN UNARY OPEARATORS
what is the basic and unique feature of dotnet
Tag for turning an image into a hyperlink is
Difference between HTML and DHTML?
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
What is SOLID Principle in Programming Language?