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?
2068What 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?
1929what 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?
1995I would like to know what is Intellimatch and some interview questions which could be asked related to Intellimatch.
3 26084write 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 4053Post New Programming Languages AllOther Questions
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
how sap is different from other software ?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
why we use abstract word in abstract window toolkit in java language.
How do you pass variables forwrd to future CECI sessions
Colors specified with the notation
how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnnÂ
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
Can we write a method in JSP.If so how?
what is throws keyword
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
what is the BAM? where we can use it in BizTalk server?
Which language they use during interview?
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?