Post New Answer View All Answers
what is the basic and unique feature of dotnet
What is the purpose of
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?
Write a shell program to test whether a given year is leap year or not ?
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?
What is %Type,%Rowtype?
what does mean and stack mean in genral programming?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
what is integration testing in real time applications?
how do you generate source code for the automatic generation for receipt number
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
iam confused among testing ,.net and java. can anybody help me.
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
how to data grid use in data bind?