If a java project compiled with jdk 5 talks to another project which is compiled with jdk 6, whether it leads to any compilation issue(s)?. In simple, can a lower version of java talks to higher version of java give any compilation error? Any clarifications would be appreciable.

Thanks, Marshal.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

It works fine. Go right ahead. We all depend on it every day.

link|improve this answer
Thanks for clarifying my doubt. – Marshal Jan 3 at 16:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.