Nemanja ŽunićinJava VaultLayered ArchitectureWhen you develop a web application do you ever wonder about the architecture of the solution? Which architecture do you usually use? Why…Oct 16, 20192Oct 16, 20192
Nemanja ŽunićinJava VaultLinked List Data StructureLinked List is the data structure that consists of Nodes.Jul 15, 2018Jul 15, 2018
Nemanja ŽunićinJava VaultArray Data StructureAn array is one of the basic data structures. It is one of the most used and a basis for the implementation of more complicated data…Jun 4, 2018Jun 4, 2018
Nemanja ŽunićinJava VaultAlgorithm Analysis — Big O NotationIn the area of software development, one problem can have multiple solutions. For example, sorting an array of numerical values:May 25, 2018May 25, 2018
Nemanja ŽunićinJava VaultJava Non-Access Modifiers: static, abstract, finalContinuing from the previous post, its time to talk about the second group of Java Modifiers — Non-Access Modifiers.May 12, 20181May 12, 20181
Nemanja ŽunićinJava VaultJava Access Modifiers: public, protected, default, privateIn this post, we will cover another of the Basic concepts in Java and OOP in general. If you are a Java dev you (hopefully 😅) already know…May 2, 20181May 2, 20181
Nemanja ŽunićinJava VaultJava — pass by reference or pass by value?You might have heard of terms ‘pass by reference’ or ‘pass by value’ before but never really gave it much thought. You might have tried to…Apr 28, 2018Apr 28, 2018
Nemanja ŽunićinJava VaultJava Memory Allocation — Stack and HeapOne of the things JVM is responsible for is memory management.Apr 27, 20181Apr 27, 20181
Nemanja ŽunićinJava VaultJava Development Kit, Runtime Environment and Virtual MachineBefore going into any Java Language, or Object Oriented concepts, I think it’s important to have an understanding of the environment in…Apr 19, 2018Apr 19, 2018
Nemanja ŽunićinJava VaultHello WorldHey everyone! I’m a young dude working on getting his Computer Science Bachelors degree (almost there). Currently, I study at Faculty of…Apr 18, 2018Apr 18, 2018