+ 2
Can I use java to make web app?
4 Respostas
+ 5
Yes we can use it through J2EE
+ 3
You can use GWT (Google Web Toolkit). You write your code in java and it will compile into JavaScript. With GWT you doesn't need to know JavaScript.
+ 1
Dont forget JSP, that uses java code as backend
0
Thanks