Answer Posted / prasana balasubramanian
a=0
b=0
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is the diffrence between software and hardware language?
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
Give examples of macro quoting function?
will it allow to add same value in HashMap class.
what is d main diff between the java and .net framework
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
can any method return type may be constructor , or that method name allow
What is the merger sort principle and its time complexity.
Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
give idea for creating screen in abap
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?
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
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.