Tag: main method
-
First mock interview
Questions from interviewer Default package in java? java.util package ——————————————————– If we create object where it will be stored? objects stored in heap memory variable and methods stored in stack memory —————————————————— Can we write public static void main(String[] args) in static public void main(String[] args) yes we can it will be run why we…