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 an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
Caret means to you
what are the topics choosen for jam round for interviews
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
how do we provide security for web services
when will triggars the at new event in abap and web dybn pro?
Define distributed queries. can you explain me as soon as possible
When you?re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
3 Answers College School Exams Tests, IBD, IBM, Ignou, IIIT, Nortech, TCS, UOS,
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.