Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6101015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:27:07+00:00 2026-05-23T13:27:07+00:00

i saw this code somewhere switch(greet){ case HELLO: System.out.println(Formal Greeting); break; case HI: System.out.println(Friendly

  • 0

i saw this code somewhere

 switch(greet){
  case HELLO:
      System.out.println("Formal Greeting");
      break;
  case HI:
      System.out.println("Friendly Greeting");
      break;
  case YO:
      System.out.println("Informal Greeting");
      break;
  default:
      System.out.println("Person did not greet");
 }

It did not mention the type of datatype of the greet variable against which the cases are being checked.. but it’s east to figure out that it’s neither a byte,nor is it a Short or Int So logically the last permissible data type left for the switch block to accept as a variable is the char data type but i believe that char only takes single values like ‘c’ or ‘3’ ..so how do such big values like hello get evaluated? what is the possible explanation?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T13:27:08+00:00Added an answer on May 23, 2026 at 1:27 pm

    My best guess is that this is an Enum, and hello is an enum constant declared on the Enum.
    So basically what we have here is:

    public enum greet {
         hello,
         hi,
         yo;
    }
    

    Enum docs

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I saw this bit of code on the interents somewhere. I'm wondering what the
I saw this C# using statement in a code example: using StringFormat=System.Drawing.StringFormat; What's that
I saw this code somewhere without the PHP backend for it and have wondering
I saw somewhere this code snippet: var idx = SOME_VALUE; var color = {
I saw somewhere the code snippet: list.forEach(callback, this); I understand ' forEach ' loop
I saw some jquery code on the Net somewhere, that took this form :
i saw somewhere in GWT code , it was something like this assert display
I saw somewhere code like this: return View(x=>x.List()); Instead of return View(List); What do
I saw this code snippet during our lab and it actually compiles in MSVC2008
I just saw this code while studying the wordpress source code (PHP), You can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.