Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

5) class String_demo { public static void main(String args[]) { char chars[] = {'a', 'b', 'c'}; String s = new String(chars); String s1= abcd; int

5)

class String_demo

{

public static void main(String args[]) {

char chars[] = {'a', 'b', 'c'};

String s = new String(chars);

String s1= "abcd";

int len1 = s1.length();

int len2 = s.lenght();

System.out.println (len1 + " " + len 2);

}

}

What will be the output of the following Java program?

Select one:

a. 4 3

b. 0 3

c. 3 4

d. 3 0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intranet And Web Databases For Dummies

Authors: Paul Litwin

1st Edition

0764502212, 9780764502217

More Books

Students also viewed these Databases questions

Question

What are the stages of the planning and control cycle?

Answered: 1 week ago

Question

Please help me evaluate this integral. 8 2 2 v - v

Answered: 1 week ago

Question

1. Identify three approaches to culture.

Answered: 1 week ago

Question

3. Identify and describe nine cultural value orientations.

Answered: 1 week ago

Question

4. Describe how cultural values influence communication.

Answered: 1 week ago