Hai all,
I have one doubt in c#.
I have few files in java.
Can i use those java file in c#.
For example DataSheet is a class in java.
Can i use that DataSheet class in my windows application.
But that java file is opened like J#.
Then i have another doubt. What is language interoperability.
Any relation is between language interoperability and the above case.
Any one please guide.
Thanks advance
How to use java file in c#?
Use Java in C# using IVKM.NET (http://www.codeproject.com/useritems/csh...
Or this http://www.thescripts.com/forum/post1025...
Language interoperability is the ability of code to interact with code that is written using a different programming language. Language interoperability can help maximize code reuse and, therefore, improve the efficiency of the development process.
Yes, language interoperability is demonstrated in this case. See http://www.velocityreviews.com/forums/t1... for more details on how C# and Java interoperate with examples,
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment