Using Enum Pattern in Java < 1.5
Tuesday, December 16th, 2008Subscribe To Our Feed | Follow Us On Twitter | Get Updates on Email
Alright!!! Let’s get started. This is one of many subjects which always overwhelms me. Why so? Ofcourse, the reasons can not be explained here but then, the reason should be the least of your worries.
Okay, if you know enough about this, then please post your knowledge tips as comments because your comments might help towards my unexplained reasons.
You may find similar information on other websites but then, it’s a wild world and I am not intending to infringe any copyrights.
Now to begin with, let’s first understand how to evaluate the performance of java code and protect the java code from tainted objects. We’ve already talked about Tainted Object Propagation in my previous post in context with databases. now, it is in context with application code.
I’ll explain this with an example of enum pattern.
We can have enums in Java in two ways. Continue for detailed reading
© Safer Code | Using Enum Pattern in Java < 1.5
|
Liked this post? Get FREE Updates Subscribe to RSS feed |