can anybody tell me details plumbing issues differences in c# and java.
can u give me any link ,or send me the pdf at [email protected]
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
RobbinsonPosted May 30, 2014, 6:53 AM
Plumbing issues are common to all languages. Plumbing issues are nothing but several low level issues related to memory management, type safety issues, building low level libraries, array bounds checking , etc.
Below link will give idea in brief.
http://www.25hoursaday.com/CsharpVsJava.html
Hope this will answer your query.
Please don't forget to mark as answer if this post helps you.