Attendace
Names: Hien Tran
Number of people attend the meeting:
Agenda
Click to view agenda items
-
Build an HTML Meeting Minute, including the following
- Document metadata
- Content sectioning
- Text content
- Inline text semantics
- Images and multimedia
- Interactive Elements
- Forms
Unfinished Business from Last Meeting
- None
New Business
- Use all the suggested HTML elements for this Meeting Minutes Example
- Record a short video + an audio for the Images and multimedia element
- Take an image for the Images and multimedia element
Miscellaneous comments/Questions/Concerns
-
What is the best way to prepare for an upcoming interview?
- To prepare for an interview, you should be ready to confidently talk about everything on your resume, along with common behavioral questions. This includes introducing yourself, explaining your projects, and discussing your strengths and weaknesses. You should also research the company, understand its culture, what it works on, and what it is looking for in candidates.
-
What is JVM?
- When a programmer run the Java programs. It takes the source code and uses a complier called javac to compile it into bytecode.The JVm then reads and executes that bytecode as an output. The key idea for a JVM is to write once and can be run anywhere because the bytecode isn't tied to any specific hardware.
Diagrams/Architecture