Latest Answer : hi A J2EE application is packaged as a portable deployment unit called an enterprise archive (EAR) file. An EAR file is standard JAR file with a .ear extension. An EAR file contains:One ...
ca fe ba besteps:when u open any .class file.u can see first 4 characters.u have read those characters from the class file and convert those characters into Hexadecimal using toHexString method in Integer
Latest Answer : A reserved word, sometimes called a magic word is a word which, in some computer programming language cannot be used as an identifier because it is already used for some grammatical purpose. For instance, in SQL a user cannot be called 'group' because ...
If more than one welcome-file, which one execute first? If first will run, what about second?
Latest Answer : If more than one welcome-file is there in welcome-files list, the first file in that list will be the welcome-file and the second one will not be executed.If the first file is not available, second one will considered , aif not third,nd so on. ...