About Question enthuware.ocpjp.i.v11.2.1124 :

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
girishankaran
Posts: 10
Joined: Wed Aug 08, 2012 5:00 am
Contact:

About Question enthuware.ocpjp.i.v11.2.1124 :

Post by girishankaran »

Code: Select all

public class Test { 
public static void main(String[] args) 
    { 
        // Here array is the array name of int type 
        int[] array = new int[4]; 
        System.out.println("The size of the array is " + array.length); 
  
        // Here str is a string object 
        String str = "GeeksforGeeks"; 
        System.out.println("The size of the String is " + str.length()); 
    } 
}
Last edited by admin on Sun Nov 17, 2019 8:52 am, edited 1 time in total.
Reason: Please put code inside [code] [/code]

admin
Site Admin
Posts: 10065
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocpjp.i.v11.2.1124 :

Post by admin »

Not sure what is your question.
If you like our products and services, please help us by posting your review here.

Post Reply

Who is online

Users browsing this forum: No registered users and 119 guests