What function would you use to extract characters from a
given string?
Answers were Sorted based on User's Feedback
why Java is not purely object oriented?
what is woransient key word? how it is used in java
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 delegate and how works delegate and event.
What is the client concept in SAP? What is the meaning of client independent?
how will you do destructive read and non destructive read in data queue.....
diffrence between oracle apps , .NET , SAP
please any one pass file aid,xpeditor and endeavor tools
Write a program to implement BFS/ DFS routine in a connected graph
How to set on/off a group of indicators in a single statement?
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
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.