最新发布第1256页
LeetCode 7. Reverse Integer
LeetCode 7. Reverse Integer, LeetCode in Java (8 Part Series) 1 LeetCode 20. Valid Parentheses 2 LeetCode 7. Reverse Integer ... 4 more parts... 3 LeetCode 281. Move Zeros 4 LeetCo...
Duck typing in java
Duck typing in java,Disclaimer: please don't take this too serious. It's just fun and games. Duck typing is an idiom known mostly from dynamically typed languages. It states that y...
The Best Way To Learn Java Programming
The Best Way To Learn Java Programming, There are plenty of compelling reasons to learn Java coding, even if you're a beginner. Java is a popular programming language, known for it...
LeetCode 20. Valid Parentheses
LeetCode 20. Valid Parentheses, LeetCode in Java (8 Part Series) 1 LeetCode 20. Valid Parentheses 2 LeetCode 7. Reverse Integer ... 4 more parts... 3 LeetCode 281. Move Zeros 4 Lee...
OOP Concepts in Java
OOP Concepts in Java,One of the strongest points of Java is OOP or Object Oriented Programming. That’s the reason why this language has became so popular and suits really well for...
Why You Should Learn Java in 2019
Why You Should Learn Java in 2019,Learning how to code might be slightly scary for the newcomers, and that’s hardly a surprise. It’s not easy to stay cool and smash along million...
10 Best Udemy Courses for Software Developer Interview in 2025
10 Best Udemy Courses for Software Developer Interview in 2025,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from ...
A concatenated iterator example in Kotlin
A concatenated iterator example in Kotlin,Some times you might need to iterate through multiple lists. This happens, for example, when implementing a tree traversal algorithm. Than...
Simplicity in Writing
Simplicity in Writing,The value of simplicity when writing business emails is of great importance. In addition, our effectiveness depends on making our writings easy to diges...
Creating a simple mapper for java
Creating a simple mapper for java,I have posted before a custom java annotation and I thought of making it enhance and making it as open source project, https://github.com/saifali4...
Gain flexibility with generic shared preferences for Android
Gain flexibility with generic shared preferences for Android,If you have landed here, you have been exposed to the hardship of keeping the Shared Preferences of Android inline. Thi...
GraphQL Java Cheat Sheet
GraphQL Java Cheat Sheet, Let's learn GraphQL Java (2 Part Series) 1 Getting started with GraphQL Java 2 GraphQL Java Cheat Sheet A GraphQL Java Cheat Sheet to help you understand ...