Multiple choice technology architecture

What is the Approach name to first write the Class and generate WSDL to expose it as a Web Service?

  1. Top Down Approach

  2. Bottom Up Approach

  3. Top Left Approach

  4. Bottom Right Approach

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

The Bottom Up Approach in web services development starts with writing the Java class first, then generating the WSDL (Web Services Description Language) from it. This contrasts with the Top Down Approach where you start with a WSDL contract and generate the Java class from it.