Hey you ,
This is a dev with 2 years of exp in one of the MNC earning around Rs.50k. wanted to upgrade my lifestyle.please join these journey of upskilling.
wrote cepheid exam today ,some questions related to angular and one basic javascript function and another java programming question .
unable to solve the java programming question in the exam,but solved later
#cepheid#CodingJourney#interview
@striver_79 switching from desktop view to mobile view and vice versa is logging me out. Token is expiring even if I am on the same tab .
@takeUforward_
10.docker run --name image_name - will assign same name we gave otherwise random name will be assigned.
11.docker run -it image_name - will add interactivity and terminal .
13. docker run -d image_name - runs in detach mode(background)
14 .docker attach container_id - to appear
#TUFWinterArc
completed some medium problems in tuf striver sde sheet.
it took some time to think logic and to implement but figured out.
can't get rid of using '->' in java though .
#TUFWinterArc
single Linked list basics
The only differenct between #cpp and #java
is '.' and '->'
we don't have concept of pointers in java,where as in cpp we have concept of pointers ,so for pointers we will use '->' and for cpp we use '.' In java everything is reference