What are events in smartforms?
No Answer is Posted For this Question
Be the First to Post Answer
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".
Artficial language is provided which of the language?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
you have a computer with 80GB hard disk and ubuntu 8.04 is installed on entire hard disk.now you have to create a seprate partition for windows OS and install win XP as dual boot.write down the steps involved along with the commands
1 Answers Anand Group, Indian Navy, TCS,
what is lazy loading in hibernate?Explain in detailed manner?
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
How to set fixed width in particular <td> in html? if i type more character in this <td> it will not push near <td>. this is my question. can u tell me the answer...
why not instantiating servet using new operator?
Diff between IF and where ?
what is the difference between an application and service??? i mean service which runs as in services.msc.
what is difference between object oriented programming structure and object oriented programming system?