This class was created by Brainscape user David Winter. Visit their profile to learn more about the creator.

Decks in this class (57)

Week 7 Quiz True or False
By default event handlers are set...,
In javascript array inherits from...,
In javascript a closure is an inn...
20  cards
Week 7 Quiz Multiple Choice
What is operator compares equalit...,
Which is not a javascript data ty...,
What is the correct way to write ...
32  cards
Week 7 Spring Rest Study
What are spring projects,
What is the spring framework,
What is the spring framework
34  cards
Week 7 Aspect Oriented Programming
What are cross cutting concerns,
What is an aspect,
Where is the aspect annotation from
16  cards
Week 7 Spring Framework Overview
What are the goals of the spring ...,
What does ioc stand for,
What does ioc do
29  cards
Week 7 Spring Stereotype Annotations
What are stereotype annotations u...,
What is the purpose of stereotype...,
What is the component annotation
6  cards
Week 7 Spring Test
What does spring provide for testing,
What features does spring test have,
What is application context what ...
5  cards
Week 7 Spring Web Annotations
What is the controller annotation,
What is the responsebody annotation,
What is the pathvariable annotation
7  cards
Week 8 Quiz Multiple Choice
Given the following part of a con...,
Spring is a dependency injection ...,
A spring bean is the same as a ja...
37  cards
Week 8 Quiz True or False
You can provide configuration to ...,
Spring data requires some underly...,
In spring mvc a controller is a c...
5  cards
Week 8 Angular Study Guide
What is a framework,
What is angular,
What makes and angular app
31  cards
Week 8 Angular & SDLC QC Questions Prep
What makes a single page applicat...,
Explain the difference between se...,
What are some features of the ang...
39  cards
Week 9 QC Angular Quiz Multiple Choice
What type of object do the reques...,
Which of the following is valid u...,
Which function does the response ...
32  cards
Week 9 QC Angular Quiz True or False
True or false angular 2 supports ...,
True or false a component is an i...,
True or false the appcomponent is...
19  cards
Interview QC Questions Part 1
What is a terminal,
What is git bash,
What is an operating system
25  cards
Interview QC Questions Part 2
How have you used inheritance,
What is polymorphism,
Whats is an exception vs error
31  cards
Interview QC Questions Part 3
What are generics,
What is an arraylist,
What is a linked list
28  cards
Interview QC Questions Part 4
What is difference between templa...,
What is bdd behavior driven testing,
What is spring
30  cards
Big O Notation & Data Structures
1 what is big o notation,
What does it mean if an operation...,
Why do we use big o notation to c...
10  cards
Java Basics Part 1
What is java explain some feature...,
What is jre jdk jvm,
What is the difference between an...
17  cards
Java Basics Part 2
What is the difference between st...,
What are the default values for a...,
What is a wrapper class list them
19  cards
SDLC
1 what are the steps in the softw...,
What is waterfall methodology,
Explain the benefits and drawback...
23  cards
OOP Concepts
What are the 4 pillars of oop exp...,
Explain the principles of the sol...,
What is the difference between an...
12  cards
Collections / Generics
What are collections in java,
What are the interfaces in the co...,
What is the difference between a ...
17  cards
Threads
What is multi threading,
In what ways can you create a thread,
List the methods in the thread cl...
6  cards
IO / Serialization
How do you serialize deserialize ...,
How deserialize an object in java,
What does serializable interface do
9  cards
Exceptions
What is the difference between fi...,
Explain throw vs throws vs throwable,
Do you need a catch block can you...
6  cards
Reflections API
What is reflection api,
What can you do with the reflecti...,
List some classes and methods of ...
3  cards
Design patterns
What are singleton factory design...,
How would you create a singleton,
Explain the dao design pattern
3  cards
JDBC
What is jdbc,
What are the core interfaces clas...,
What is a stored procedure and ho...
7  cards
JUnit
What is junit,
What is tdd,
What are the annotations in junit...
4  cards
Log4j
What is maven,
What is the default maven build l...,
Where when does maven retrieve de...
5  cards
Maven
What is maven,
What is the default maven build l...,
Where when does maven retrieve de...
5  cards
Advanced
What are functional interfaces li...,
What are lambdas,
What is try with resources what i...
11  cards
SQL Part 1
Explain what sql is what are some...,
What are some sql databases,
What are the 5 sublanguages of sq...
17  cards
SQL Part 2
What are the properties a transac...,
Types of isolation levels in sql,
What is read uncommitted and what...
27  cards
HTML
What is html,
What is the html5 doctype declara...,
List some tags what is used for
15  cards
CSS
What is css what are the differen...,
What are the different css select...,
What is a psuedo class what is th...
10  cards
JavaScript Language Fundamentals
What is javascript what do we use...,
Can we run javascript in a web br...,
What programming paradigm s does ...
34  cards
ES6+
What new features did es6 introduce,
What is the difference between va...,
Give the syntax for template lite...
12  cards
Events and DOM
What is the dom how is it represe...,
What object in a browser environm...,
List some ways of querying the do...
8  cards
AJAX
What is ajax why do we use it,
What are the benefits of using ajax,
Explain why it is important that ...
6  cards
Servlets
What is a servlet what about a se...,
What is a servlet container,
What is the deployment descriptor
12  cards
Angular
What makes a single page applicat...,
Explain the difference between se...,
What are some features of the ang...
23  cards
DevOps
What is devops what is the goal o...,
Explain ci cd what is the differe...,
What tools have you used to achie...
7  cards
Linux
What is unix linux how are linux ...,
List some linux distributions,
Explain the terms terminal shell ...
17  cards
AWS
How would you describe aws what i...,
What is the cloud or cloud comput...,
Define infrastructure as a servic...
21  cards
Hibernate
What is hibernate what is jpa,
What is the benefit of using hibe...,
Tell me about some of the jpa ann...
21  cards
Spring Core
Incomplete,
What is ioc and what does the ioc...,
What is dependency injection and ...
14  cards
Spring MVC
Explain the mvc architecture and ...,
What is the role of the dispatche...,
List some stereotype annotations ...
13  cards
Spring AOP
What is aspect oriented programmi...,
Give an example of a cross cuttin...,
What is a
7  cards
Spring Data
What is spring orm and spring data,
What is the template design patte...,
What does transactional do what i...
10  cards
HTTP
What is a web service what s the ...,
What s the difference between res...,
What does http stand for
10  cards
REST
What does the acronym rest stand ...,
What protocols and data format do...,
What are the architectural constr...
6  cards
Docker
What is containerization,
How are containers different from...,
What is a docker image container
7  cards
Git
What is version control what make...,
List the git commands you know an...,
How would you prevent a file from...
9  cards
Spring Boot
How is spring boot different from...,
What does convention over configu...,
What annotation would you use for...
9  cards

More about
revature java full stack

  • Class purpose General learning

Learn faster with Brainscape on your web, iPhone, or Android device. Study David Winter's Revature Java Full Stack flashcards now!

How studying works.

Brainscape's adaptive web mobile flashcards system will drill you on your weaknesses, using a pattern guaranteed to help you learn more in less time.

Add your own flashcards.

Either request "Edit" access from the author, or make a copy of the class to edit as your own. And you can always create a totally new class of your own too!

What's Brainscape anyway?

Brainscape is a digital flashcards platform where you can find, create, share, and study any subject on the planet.

We use an adaptive study algorithm that is proven to help you learn faster and remember longer....

Looking for something else?

Python and Django Full Stack Web Deve...
  • 10 decks
  • 209 flashcards
  • 15 learners
Decks: Sect 3 Object And Data Structure Basics, Python Statements, Django Level One, And more!
Revature interview questions
  • 2 decks
  • 24 flashcards
  • 28 learners
Decks: Interview Questions, Revature 2, And more!
Full Stack Development - Coursera
  • 4 decks
  • 54 flashcards
  • 17 learners
Decks: The Big Picture, Call Back And Error Handling, Node Modules Further Details, And more!
Java OCP
  • 10 decks
  • 448 flashcards
  • 97 learners
Decks: Advanced Class Design, Design Patterns And Principles, Generics And Collections, And more!
Make Flashcards