Tag: web technology
Questions Related to web technology
What is the output for the below code ? public class Test { public static void main(String[] args) { List list = new ArrayList(); list.add(0, 59); int total = list.get(0); System.out.println(total); } }
What is the output for the below code ? public class Test { public static void main(String[] args) { Integer i = null; int j = i; System.out.println(j); } }
What is SOAP ?
SOAP is language
The first public Working Draft on SOAP was published from W3C in