Multiple choice technology web technology

The approach followed by converting a java application into web service application is

  1. bottom up

  2. top to bottom

  3. Both 1 &2

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Converting an existing Java application into a web service typically follows a 'bottom-up' approach, where you start with the existing Java code and expose it as a web service interface. This contrasts with 'top-down' where you'd design the WSDL first. 'Bottom up' is the standard approach for legacy application conversion.