JUnit Display Name – @DisplayName
Vijona7. February 2025 JUnit Display Name – @DisplayName JUnit @DisplayName annotation is used to provide a custom name for the test class and test methods. We can use spaces, special…
json-simple Example
Vijona7. February 2025 json-simple Example json-simple uses Map and List internally for JSON processing. We can use json-simple for parsing JSON data as well as writing JSON to file. One…
jQuery parent() and children() tree traversal functions
Vijona7. February 2025 jQuery parent() and children() tree traversal functions jQuery provides a lot of tree traversal functions that we can use to get the parent, child, siblings, previous and…
Node JS Architecture – Tutorial
Vijona7. February 2025 Node JS Architecture – Tutorial Before starting some Node JS programming examples, it’s important to have an idea about Node JS architecture. We will discuss about “How…
Node FS – NodeJS Tutorial
Vijona7. February 2025 Node FS – NodeJS Tutorial In this post, we are going to discuss about Node JS Platform “fs” module. FS Stands for File System. This module is…
NavigationView In Android
Vijona7. February 2025 NavigationView In Android In this tutorial, we’ll discuss and implement a NavigationView in our android application. Here, we’ll learn to style it such that it opens from…
Multiple Inheritance in Java
Vijona7. February 2025 Multiple Inheritance in Java Multiple inheritance in java is the capability of creating a single class with multiple superclasses. Unlike some other popular object oriented programming languages…
N-Queens Problem: Solving using backtracking in Java/C++
Vijona7. February 2025 N-Queens Problem: Solving using backtracking in Java/C++ If you love playing chess, you’ll enjoy learning about the N-queens problem. It is a good problem to understand backtracking.…


