Answer Posted / dean
xml
| Is This Answer Correct ? | 27 Yes | 21 No |
Post New Answer View All Answers
code for connection from windows forms to sql server
what is the similarity between networking devices?
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
what is web service in java? have u use before.
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
can any one suggestion me present which course(except java,.net) has huge demand in the market?
What is test execution and when will we start execution please send me one example for this question
What is the difference beween joblib and steplib statements
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
Have you used callsymputx? what points need to be kept in mind when using it?
Explain the types of operations? Draw the figure for shift and rotate operations?
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
What is the first message line that any language learning prints on the screen? and why?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.