
1. 내가 Spring(Java) 트랙에 참여한 계기는 무엇인가요? 대학에서 처음들은 입문 코딩수업 (Intro to Computer Science) 수업에서 코드로 무언가를 만드는 것에 큰 흥미를 느껴서 컴퓨터과학을 부전공하게 되었고 2. 내가 이해한 개발자
Java is a programing language that is largely based on C/C++Don't confuse java with javascript, as they are different in many ways...While javascript
The following Java code generates nick names based on three arrays which contain adjectives and subjects. The key points learning from making this gen
What is SQL? It's a language used to talk to the database. You send queries to get the data you want Basic commands: Select,From,* select: used to ca
=: equal<>: not equalothers are same as pythonbetween a and bboth a and b are inclusivein (a, b, c)finds matches with the value a, b and c.like ‘ab
What does the program do? displays the menu (available beverages and their prices) takes the user's keyboard input for the menu and displays the price
All java programs must have at least one class definitions.Main method is the entry point of our java application.In the example below HelloWorld is t

addition ( + )subtraction ( - )multiplication ( \* )division ( / )sum(variable_name)avg(variable_name)The example code below, finds to the sum of all

Let's learn some new commands on sql and do some sample questions! Today's New Command Words > - Replace Substring Concat Replace replace (columntomo
SubqueryInner joinLeft joinCan be written in the two forms below. As you can see the code inside the brackets are a query of their own hence the name