Tech with Maddy | Tech and Writing

Tech with Maddy | Tech and Writing

Follow
Follow
homeJavaSpring BootSoftware EngineeringCareer DevelopmentTechnical Writingbadgesnewsletter
Tag

programming languages

#programming-languages

More content

Read more stories on Hashnode


Articles with this tag

What Does “Static” Mean in Java?

Dec 22, 20217 min read

Static is a keyword (meaning that it has a special meaning for the compiler), meaning that members of a class (a variable or a method) belong to the...

What Does “Static” Mean in Java?

What Is The Meaning of "?" in Java?

Oct 17, 20214 min read

In Java Generic programming, ? refers to a wildcard. If you're wondering what is a wild card, thinking about card games is a great way to understand...

What Is The Meaning of "?" in Java?