SSL connection can be established in JAVA ME based applications.
A
Correct answer
Explanation
Java ME (Micro Edition) supports SSL (Secure Sockets Layer) and HTTPS connections through the Generic Connection Framework (GCF). The framework provides security APIs including HTTPS and SSL/TLS protocols that allow secure network communication in mobile applications. SSL connections require proper security certificates and domain permissions configured in the JAD (Java Application Descriptor) file or device security settings.