What is the Full Form Of J2EE?

Showing Answers 1 - 12 of 12 Answers

nida raza

  • Oct 2nd, 2011
 

Full form of J2EE is Java2 Enterprise Edition

  Was this answer useful?  Yes

Tino M Thomas

  • Oct 17th, 2011
 

Java 2 Enterprise Edition

  Was this answer useful?  Yes

Tino M Thomas

  • Oct 17th, 2011
 

Code
  1. import java.io.*;

  2. import java.util.*;

  3. public class Hello

  4. {

  5. public static void main(String args[])

  6. {

  7. System.out.println("!@#$%^&*");

  8. }

  Was this answer useful?  Yes

MOHAMMAD

  • Dec 27th, 2012
 

Java 2 Enterprise Edition

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions