Basics of Java Programming | Learn by Doing - Certification
Congratulations on continuing your learning journey! Please answer the questions below in order to receive your certificates and get FREE unlimited access to kandi!

By continuing you indicate that you have read and agree to our Terms of service and Privacy policy
Sign in to Google to save your progress. Learn more
How did you complete your training on the above topic?
*
Answer the following questions to receive your Certificate.
1. What is the output of the following code snippet?
int[] arr = {1, 2, 3};
System.out.println(arr[1]);
*
2. What is the output of the following code snippet?
String str1 = "hello";
String str2 = "world";
System.out.println(str1 + str2);
*
Full Name *
Email ID *

Phone Number

Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy