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.
No Answer is Posted For this Question
Be the First to Post Answer
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
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.
how do i add a column dynamically in a table by using java application?
what are the top level class of interface in java?
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
what is integration testing in real time applications?
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
0 Answers Information Management Services,
Explain with examples any 2 features of OOPS.
0 Answers Tavant Technologies, Verifone,
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
Given: (x-2)(x+3)= 100; solve the equation for x using any programing language.
how many languages .net is supporting now?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?