In staad pro, how can we design ROOF SLAB?
No Answer is Posted For this Question
Be the First to Post Answer
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
___ method used to move a recordset pointer in nth position in DAG.
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
What is procedural oriented language language..? give some examples of this language....?
how many logical drive we can form to physical device in our computer?
When we have more than one main function in a program how does the compiler know the starting point of the program, i mean from which main the execution or compilation of the program begins?
What's the difference b/w Table & Templete in Smartform?
Why data bus is bidirectional and address bus is unidirectional?
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.
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
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?