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.