what is diff bet ref variable & instance of class
No Answer is Posted For this Question
Be the First to Post Answer
how can we get version of database ?
Explain with examples any 2 features of OOPS.
0 Answers Tavant Technologies, Verifone,
Find out the list of roles which gives access to GUI activities? thanks in advance
Tag for turning an image into a hyperlink is
can we convert .class file to dll file
what is c sharp dotnet
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
pleasew define carrier scope in abap (sap).
major characteristics of software system
is possible to delete specific data in a row by using of sql query?
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
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.