0% found this document useful (0 votes)
2 views4 pages

Java Output

The document contains a series of Java program executions on a Windows command line, showcasing various Java applications such as HelloWorld, Palindrome, ConstructorDemo, and others. Each program demonstrates different Java concepts including constructors, inheritance, exception handling, and lambda expressions. The output of each program is displayed, illustrating their functionality and results.

Uploaded by

ktanish791
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views4 pages

Java Output

The document contains a series of Java program executions on a Windows command line, showcasing various Java applications such as HelloWorld, Palindrome, ConstructorDemo, and others. Each program demonstrates different Java concepts including constructors, inheritance, exception handling, and lambda expressions. The output of each program is displayed, illustrating their functionality and results.

Uploaded by

ktanish791
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Microsoft Windows [Version 10.0.26200.

8246]

(c) Microsoft Corporation. All rights reserved.

C:\Users\ASUS>notepad [Link]

C:\Users\ASUS>javac [Link]

C:\Users\ASUS>java HelloWorld

Hello World

Microsoft Windows [Version 10.0.26200.8246]

(c) Microsoft Corporation. All rights reserved.

C:\Users\ASUS>notepad [Link]

C:\Users\ASUS>javac [Link]

C:\Users\ASUS>java Palindrome

Enter a string: madam

madam is a palindrome

Microsoft Windows [Version 10.0.26200.8246]

(c) Microsoft Corporation. All rights reserved.

C:\Users\ASUS>notepad [Link]

C:\Users\ASUS>javac [Link]

C:\Users\ASUS>java ConstructorDemo

Hello, I am a constructor!
Microsoft Windows [Version 10.0.26200.8246]

(c) Microsoft Corporation. All rights reserved.

C:\Users\ASUS>notepad [Link]

C:\Users\ASUS>javac [Link]

C:\Users\ASUS>java OverloadOverride

Default constructor called

Parameterized constructor called with value: 10

Dog barks

Animal makes sound

Microsoft Windows [Version 10.0.26200.8246]

(c) Microsoft Corporation. All rights reserved.

C:\Users\ASUS>notepad [Link]

C:\Users\ASUS>javac [Link]

C:\Users\ASUS>java InheritanceDemo

Single Inheritance: Dog runs

Multilevel Inheritance: Puppy plays

Hierarchical Inheritance: Cat meows

Hybrid Inheritance: Puppy eats


Microsoft Windows [Version 10.0.26200.8246]

(c) Microsoft Corporation. All rights reserved.

C:\Users\ASUS>notepad [Link]

C:\Users\ASUS>javac [Link]

C:\Users\ASUS>java CalculatorThread

Addition: 15

Subtraction: 5

Multiplication: 50

Division: 2

Microsoft Windows [Version 10.0.26200.8246]

(c) Microsoft Corporation. All rights reserved.

C:\Users\ASUS>notepad [Link]

C:\Users\ASUS>javac [Link]

C:\Users\ASUS>java ThrowThrowsDemo

Exception caught: Number cannot be negative

Microsoft Windows [Version 10.0.26200.8246]

(c) Microsoft Corporation. All rights reserved.

C:\Users\ASUS>notepad [Link]

C:\Users\ASUS>javac [Link]

C:\Users\ASUS>java LambdaDemo

Hello from Lambda Expression!


Microsoft Windows [Version 10.0.26200.8246]

(c) Microsoft Corporation. All rights reserved.

C:\Users\ASUS>notepad [Link]

C:\Users\ASUS>javac [Link]

C:\Users\ASUS>java PlaylistDemo

Playing: Song 1 from Movie A

Playing: Song 2 from Movie B

Playing: Song 3 from Movie C

Microsoft Windows [Version 10.0.26200.8246]

(c) Microsoft Corporation. All rights reserved.

C:\Users\ASUS>notepad [Link]

C:\Users\ASUS>javac [Link]

C:\Users\ASUS>java DictionaryDemo

Word: Hello -> Meaning: A greeting

Word: Java -> Meaning: A programming language

Word: Movie -> Meaning: A motion picture

You might also like