When a source code is written in java, APIs are used at that time by importing the package. Once source code is compiled and byte code is created, thats the one installed on servers. So everything needed now is the JRE to execute this byte code, whenever this code is invoked. So even if there is no API installed on application server, as long as JRE is there, this code will be executed. IS it correct ? So where is the need of APIs on application server ?
thanks
thanks