Question: Q1. Write a java program using recursion to find the power of a number x, where x is double and n is integer. (Hint: x'

Q1. Write a java program using recursion to find the power of a number x", where x is double and n is integer. (Hint: x' =1). Q2. Write a Java program to demonstrate autoboxing and unboxing of byte and short. (Hint: The conversion of primitive data type (for example, int) into its corresponding wrapper class(for example, Integer) is known as autoboxing and the reverse process is known as unboxing.) Q3. Write a java program to accept three strings, slas java Programming and s2 as "ADVANCE JAVA" s3 as Programming concepts in Java Find length of s3. Change sl to Upper case and s2 to Lower case
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
