Answer Posted / fakkad
classname.methodname();
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which method protects back button to retrieve old value from previous page in Struts.
What is BASIS
how many types of bytes are there???
what is session state?
Write a program to find duplicate number from array in minimum time complexity.
any drawback are there in mantis?
What is ur porject Architecture? If anyone ask what i have to specify here..
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
Have you used callsymputx? what points need to be kept in mind when using it?
How to set on/off a group of indicators in a single statement?
What are events in smartforms?
what are importance in problem tracking
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
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.