I have following scenario.
My web app is in Java 6 bytecode and I deployed it on a tomcat which runs unders Java 7. I can query the web app via an java api.
Now my question: Does is make sense to query the web app using java 6? Or does it only make sense to query using java 7 since tomcat is running under java 7?
Any help would be appreciated?