Can anyone provide as400 training material or any institute in bangalore for as400 training
Answer Posted / sumit gupta
www.XsysSoftwareTechnologies.com
info@xsyssoftech.com
080-23464964, 9343430673
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Difference of Console, web & windows applications?
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?
what is the last ant version you worked?how to get it
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
1.Mutating table
How to use string functions in QTP?give some examples
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
3. What is the difference between testing and Quality Assurance?
what is the filters in biztakk server? where it can use?
can any method return type may be constructor , or that method name allow
what is diff bet ref variable & instance of class
What is the difference beween joblib and steplib statements
diffrence between oracle apps , .NET , SAP
How to call a C++ function which is compiled with C++ compiler in C code?