Java is a object-oriented programming language which is platform neutral. That is unlike C or C++ java programs, Java can be run on any operating system with its JVM.
J2EE is just a specification for server side programs. That is to support internet applications, distributed and uses component model. So that Enterprises use this server side technology in their distributed business.
Since J2EE is just a server side specification, anybody can implement the specification but again using Java. Hence today we have Custom implemented J2EE servers from Oracle, SUN, IBM and so on..
Write a java standalone program / method to take out all the special characters in the string provided below. //ASCII a ? z (97 ? 122) String sSENTENCE = ?This!is^a$t*e)s|t?;