Homepage
Open in app
Sign in
Get started
Java Vault
Collecton of Java and CS knowledge.
Follow
Layered Architecture
Layered Architecture
When you develop a web application do you ever wonder about the architecture of the solution? Which architecture do you usually use? Why…
Nemanja Žunić
Oct 16, 2019
Linked List Data Structure
Linked List Data Structure
Linked List is the data structure that consists of Nodes.
Nemanja Žunić
Jul 15, 2018
Array Data Structure
Array Data Structure
An 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…
Nemanja Žunić
Jun 4, 2018
Algorithm Analysis — Big O Notation
Algorithm Analysis — Big O Notation
In the area of software development, one problem can have multiple solutions. For example, sorting an array of numerical values:
Nemanja Žunić
May 25, 2018
Java Non-Access Modifiers: static, abstract, final
Java Non-Access Modifiers: static, abstract, final
Continuing from the previous post, its time to talk about the second group of Java Modifiers — Non-Access Modifiers.
Nemanja Žunić
May 12, 2018
Java Access Modifiers: public, protected, default, private
Java Access Modifiers: public, protected, default, private
In 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…
Nemanja Žunić
May 2, 2018
Java — pass by reference or pass by value?
Java — 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…
Nemanja Žunić
Apr 28, 2018
Java Memory Allocation — Stack and Heap
Java Memory Allocation — Stack and Heap
One of the things JVM is responsible for is memory management.
Nemanja Žunić
Apr 27, 2018
Java Development Kit, Runtime Environment and Virtual Machine
Java Development Kit, Runtime Environment and Virtual Machine
Before going into any Java Language, or Object Oriented concepts, I think it’s important to have an understanding of the environment in…
Nemanja Žunić
Apr 19, 2018
Hello World
Hello World
Hey everyone! I’m a young dude working on getting his Computer Science Bachelors degree (almost there). Currently, I study at Faculty of…
Nemanja Žunić
Apr 18, 2018
About Java Vault
Latest Stories
Archive
About Medium
Terms
Privacy
Teams