Post New Microsoft Advertising Media AllOther Interview Questions
Which is the fastest selector in jQuery?
Can someone please be curing period of the following according to IS codes Column beam slab brick masonry raft found. and also tell how many hours/day
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
What is the elements of WCF service used in client side?
Why are mongodb data files large in size?
Name the different type of indexes in sql?
Does Kotlin have the static keyword? How to create static methods in Kotlin?
What is the maximum number of columns per table?
What is $@ in shell?
What is the difference between prop and attr?
What is checkpoints for qtp?
What is Fixed threshold?
What is the difference between EN 8 and SS410 grade material with chemical composition and application.
What syntax does jenkins use to schedule build job or svn polling?
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?