Queue<Node> qu = new LinkedList<>();	// Declaring the queue System.out.println(qu.size());	// Printing the size of queue

Read more of this post