Robert Sewell
If Java had true garbage collection, most programs would delete themselves upon execution.
Brian W. Kernighan
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
Just like the kotlin programming repo, I have created this repo to post code dump of java classes which I write on my own.
This repo is like a reference book for me. I have organized all class files according to the order in which I learn the topics.
You are free to use this code for usage of learning resources. For commercial usage please contact me in advance.
public class myClass{
public static void main(String[] args){
//entry point for any java class file
}
}
Content Folder | Reference Emoji 📚 |
---|---|
Basics | 📕 |
OOPS | 📗 |
Exceptions | 📘 |
Design Patterns | 📙 |
JDBC | 📒 |
Hacker Rank Code | 🏆 |