Hi there I have a rookie question. I am trying to clean up a long list of if statements for a class in java, I know that in C# you can code #region-->#Endregion. Is there a simple way to do the same thing in Java?
THANKS!
Jameson'

Recommended Answers

All 2 Replies

No, not as a language feature. Many editors have tags for collapsing section of code though.

That's unfortunate. Thank you!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.