can we convert .class file to dll file
Info for guidewire documents and interview questions
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
what is the difference between a namespace and assembly ?
What is Boxing?
What's the difference b/w Table & Templete in Smartform?
what will we require to build project with the help of oracle
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?
What is good attributes of Programming language ?
can we extend a class having only one parameterised constructor.Suggest the process to do it.
if there are n nodes in a binary tree, how many null pointers are there?
2.Different data types in C? and its value and range?
Write a program to show polymorphism.