🎴 Flashcard Mode

Java Programming Fundamentals

Card1 / 17
Mastered0
Review0
QuestionClick to flip

Java enabled portable server-side applications are

AnswerClick to flip back
A
All the above
💡 Explanation:

Java enables portable server-side applications across multiple technologies: Web services (SOAP/REST), Enterprise JavaBeans (EJB for business logic), and Java Servlets (web request handling). All three are core server-side Java technologies, making 'All the above' the correct answer.

Change Mode