How JVM works internally
问题 ALL, At work we have a software written in JAVA. It is operational and works fine. In couple of sources we have a statements like this: import x.y.z There is no source file where we use import x.y.* Recently we had a scan from the Software Assurance team and they found couple of deficiencies. An example would be this: The code is using MD5 encryption algorithm. Our code does not even import a class connected to the MD5 let alone use it. So, my question would be: If I have an import for the