PJPriyan Jinimpriyanj.hashnode.dev·Apr 27, 2025 · 2 min readDay 1 - 1Z0-829sudo apt install openjdk-17-jdk -y The above command installs java 17 in Ubuntu Naming Conflicts java.util.Date and java.sql.Date Explicit mention always gets the precedence over any wildcard If you want to use both, then use a fully qualified na...00
PJPriyan Jinimpriyanj.hashnode.dev·Aug 21, 2024 · 2 min readStartersA node may be a VM or physical machine, depending on the cluster. The scheduler distributes work or containers across multiple nodes. Have a good understanding of YAML files and when to use them: List, dictionary, List of Dictionaries. Pods k...00