how to work search engine? plz detail answer me.
No Answer is Posted For this Question
Be the First to Post Answer
diffrence between oracle apps , .NET , SAP
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?
Explain polymorphism. Provide an example.
what are partial classes. Where is the entry point of partial classes.
what is throws keyword
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
how we can connect applet with database?
How you ll create customizing Tcode.
how to stop execution of step 3 in a job mainframe
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
Outline the two important features of a terminating recursion. Any ideas?
what is delimiter in sas ?