Un-Answered Questions { Programming Languages AllOther }

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?

1485


what will we require to build project with the help of oracle

1390


what are the missinschema properties and should we pass primary key in select command

1422


how to check single or double byte in struts

1567


Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?

1548


Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.

1487


Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.

1633


how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out

1494


Define Form modules, Class modules and Standard modules

1483


Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".

1957


What is WEB 3.0? What are the features their in WEB3.0

1579


i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......

1711


if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008

1601


Definition of Singleton Class? what is the Purpose of it? what is the advantage?

1593


could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks

1629