GENERAL / CATATAN</>↗General17 Jun 2022
When it comes to plagiarism, there are a lot of gray areas. What is considered plagiarism? Is it only stealing someone’s words and passing them off as your own? Or does plagiarism also include stealing someone’s ideas? This is a question that has been debated for years, and there is no clear answer. However, when […]
JACKSON / CATATAN</>↗Jackson12 Jun 2022
In the following code snippet we will convert java.util.Map object into JSON string and convert back the JSON string into Java Map object. In this example we will be using the Jackson library. To convert from Map to JSON string the steps are: Create a map of string keys and values. Create an instance of […]
GENERAL / CATATAN</>↗General27 Mei 2022
For programmers no matter what your level there’s always something new you can learn, and it’s always handy to have some reference materials on hand. Here are 7 Java books to invest in, some for beginners and some for more advanced programmers. Head First Java The ‘Head First’ series are a great mix of visuals […]
GENERAL / CATATAN</>↗General14 Mei 2022
If we take a look at the world as we know it today, we can easily spot that technology has taken over our lives. It is so deeply intertwined with everything we do that it would be difficult and challenging to give up using it at all. This, along with the popularity of some of […]
GENERAL / CATATAN</>↗General30 Mar 2022
JSON has been a popular data-interchange format for quite some time now. It is not just simple, but also lightweight, and most programmers find it easy to use. However, JSON can be cumbersome to work with when you need more complex functionality. That’s where Jackson for Java comes in. Jackson is a powerful JSON library […]
GENERAL / CATATAN</>↗General22 Mar 2022
According to the Oracle estimations, Java runs on over 15 billion devices around the world. The TIOBE index defines Java as the 3rd most popular programming language. It’s used almost everywhere where coding is required, from mobile games and business apps to automated tests, etc. The biggest companies in the world, like Google, Apple and […]