Plz solve theses Qs in a simple java language
Q 1. Write a recursion program that calculates the greatet common divisor of given two numbers.
Q.2. Wrire a method for stack data strcture that gives the second element from the top. In the end you should also have the same stack.
Q.3 Write basic operation of queue by using Java linked list.