Warm Up Questions Introduce yourself? https://www.facebook.com/photo.php?fbid=10205417759543525&set=pcb.986408768067530&type=3&theater I am software developer.... Rate yourself in Java from 1 to 10. 7 With respect to Java on which frameworks you worked on? among all which one you think you are good? Front controller Design Pattern What was your current/last project and what was your role? Software engineering in ipaas project Which version of Java you recently used? 1.8 Java vs javaw vs javaws java.exe is a Win32 console application. This is provided as a helper so that, instead of using jvm.dll we can execute java classes javaw.exe is very similar to java.exe. It can be considered as a parallel twin. It is a Win32 GUI application. This is provided as a helper so that application launches its own GUI window and will not launch a console. javaws.exe is used to launch a java application that is distributed through web. J2EE and JEE are sam...