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?
1988What 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?
1880what 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?
1922I would like to know what is Intellimatch and some interview questions which could be asked related to Intellimatch.
3 25771write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers
2 3918Post New Programming Languages AllOther Questions
what is class module in vb6? what it's use? with example..
How to use string functions in QTP?give some examples
what is integration testing in real time applications?
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#..
How to create a new dataset only duplicate observations in proc sort procedure?
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
Write a program to create a process in UNIX
can any method return type may be constructor , or that method name allow
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
Diff between IF and where ?
What are the Short cut Keys of Tally ERP?
can we extend a class having only one parameterised constructor.Suggest the process to do it.
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
what are the missinschema properties and should we pass primary key in select command
how to convert hashmap to arraylist with iteration