WHat is execution in manual testing and when will we start
execution and what language we use in execution
No Answer is Posted For this Question
Be the First to Post Answer
what is the work of 1tier,2tier,&ntier? Plz Explain it!
which is the best institute for testing tools in hyderabad?
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
What are the other ways to create an object with out calling new keyword in java?
Which design patterns have you used?
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
where is available in this mantis toturials?
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
0 Answers DST Global Solutions,
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?
2.Different data types in C? and its value and range?
can we allocate memory for interface? if no then why?