lynda.com: Java Essential Training

Loading Trailer Videos...
  • HomePage

    lynda.com: Java Essential Training

  • Overview

    Join author David Gassner as he explores Java SE (Standard Edition), the language used to build mobile apps for Android devices, enterprise server applications, and more. This course demonstrates how to install both Java and the Eclipse IDE and dives into the particulars of programming. The course also explains the fundamentals of Java, from creating simple variables, assigning values, and declaring methods to working with strings, arrays, and subclasses; reading and writing to text files; and implementing object oriented programming concepts.

  • Release Date

    2014-10-31

  • Average

    9

  • Rating:

    4.5 starts
  • Tagline

    lynda.com: Java Essential Training

  • Genres

  • Languages:

    English
  • Keywords

Similar Movies

Cyborg She
73%

Cyborg She(ja)

2008-05-31

A lonely university student develops a romance with a beautiful interesting woman, who turns out to be a cyborg from the future.

Hostile Intent
55%

Hostile Intent(en)

1997-08-22

Paint-ball playing computer geeks who invent a computer chip which can keep the government or any agency from gaining access to computer files are targeted by government assassins during a paint-ball competition.

The Net
60%

The Net(en)

1995-07-28

Angela Bennett is a freelance computer systems analyst who tracks down software viruses. At night she hooks up to the internet and chats to others 'surfing the net'. While de-bugging a new high-tech game for a cyber friend, she comes across a top secret program and becomes the target of a mysterious organization who will stop at nothing to erase her identity and her existence, in order to protect the project.

lynda.com: Foundations Of Programming [object-oriented design]
90%

lynda.com: Foundations Of Programming [object-oriented design](en)

2014-10-31

Most modern programming languages, such as Java, C#, Ruby, and Python, are object-oriented languages, which help group individual bits of code into a complex and coherent application. However, object-orientation itself is not a language; it's simply a set of ideas and concepts. Let Simon Allardice introduce you to the terms—words like abstraction, inheritance, polymorphism, subclass—and guide you through defining your requirements and identifying use cases for your program. The course also covers creating conceptual models of your program with design patterns, class and sequence diagrams, and unified modeling language (UML) tools, and then shows how to convert the diagrams into code.

Ekran Aşıkları
0%

Ekran Aşıkları(tr)

1989-01-01

The story of a computer programmer who was abandoned by his wife and lives with his son at his sister's house.

More Human Than Human
52%

More Human Than Human(en)

2018-03-10

Stephen Hawking has warned that the creation of powerful artificial intelligence will be “either the best, or the worst thing, ever to happen to humanity”. Inspired by Brian Christian’s study The Most Human Human: What Artificial Intelligence Teaches Us About Being Alive, the filmmakers set out on an international investigation highlighting the effects of AI - scenes from our daily lives destructive and constructive.

Indie Game: The Movie
75%

Indie Game: The Movie(en)

2012-05-18

Follows the dramatic journeys of video game developers as they create and release their games to the world. It's about making video games, but at its core, it's about the creative process, and exposing yourself through your work.

General Magic
72%

General Magic(en)

2019-05-09

A tale of how the great vision and epic failure of General Magic, the "greatest dead company in Silicon Valley", changed the lives of billions.

Menerobos Saham Bitcoin
0%

Menerobos Saham Bitcoin(id)

2024-02-07

O Homem que Parou o Tempo
33%

O Homem que Parou o Tempo(pt)

2018-09-13

The Internship
62%

The Internship(en)

2013-06-07

Two recently laid-off men in their 40s try to make it as interns at a successful Internet company where their managers are in their 20s.

The Queen of Code
100%

The Queen of Code(en)

2015-01-28

Grace Hopper dedicated her life to bringing computers to the masses, when most supposed the technology was only useful for scientists and the military. Through her genius, she taught software English, so that everyone could communicate with computers.

Computer Chess
61%

Computer Chess(en)

2013-07-17

At the American Computer Chess Convention, enthusiasts gather to pit their programs against other computer chess programs and human players in a tournament for a grand prize of $7500.

Code_Switch
60%

Code_Switch(en)

2019-12-13

After tragedy strikes, a meek Ruby Oliver enters a broken VR game for a last chance to see the dead. Little does she know that this game treats all girls as a virus as she fights to save herself.

CodeGirl
71%

CodeGirl(en)

2015-11-01

Join high school-aged girls from around the world as they try to better their community through technology and collaboration in this thrilling, heartfelt documentary. By 2017, the app market will be valued at $77 Billion. Over 80% of these developers are male. The Technovation Challenge aims to change that by empowering girls worldwide to develop apps for an international competition. From rural Moldova to urban Brazil to suburban Massachusetts, CODEGIRL follows teams who dream of holding their own in the world’s fastest-growing industry. The winning team gets $10K to complete and release their app, but every girl discovers something valuable along the way.

lynda.com: C# Essential Training
90%

lynda.com: C# Essential Training(en)

2014-06-13

C# is an object-oriented language designed by Microsoft and used by systems engineers, desktop programmers, and mobile app developers the world over. In these tutorials, David Gassner takes you through C#'s history, its core syntax, and the fundamentals of writing strong C# code. After explaining C#'s relationship to .NET and Windows, David shows how to install Visual Studio, a great IDE for developing in C#, and then dives into the language itself.

Checkpoint
0%

Checkpoint(en)

2025-02-21

A talented coder creates a device that gives him the ability to create save points in time, he then tries to use this new found ability to get a date to his friends wedding.

lynda.com: C & C++ Essential Training
58%

lynda.com: C & C++ Essential Training(en)

2014-06-13

Widely used for both systems and applications development, the C and C++ programming languages are available for virtually every operating system and are often the best choice for performance-critical applications. In this course, Bill Weinman dissects the anatomy of C and C++, from variables to functions and loops, and explores both the C Standard Library and the C++ Standard Template Library. Features introduced in the C++11 standard (ratified in 2011) are also discussed.

Shapeless Tracking
90%

Shapeless Tracking(es)

Inside a computer a space-time is revealed in which image and sound become numbers and motion manifests as rhythm, flow and chaos. This tracking and integration experiment removes the superficial identity of video to detect kinetic disturbances in everyday environment.

lynda.com: Programming For Non-Programmers iOS
90%

lynda.com: Programming For Non-Programmers iOS(en)

2014-06-13

iOS app development is actually simpler than you might think, even if you're not an experienced programmer. In this course we bundle the most important concepts in iOS, explaining the development process in a visual way that people of any background can understand. No programming experience required! At the end, you'll have a finished app and a basic understanding of Xcode, the toolset for developing iOS apps; building blocks like variables, functions, and conditional statements; and interface design. You can also figure out if an iOS learning path is right for you, without a lengthy time commitment.

Recommendations Movies

lynda.com: Javascript Essential Training
90%

lynda.com: Javascript Essential Training(en)

2014-10-31

Use JavaScript to add new features and a richer, more compelling user interface on web pages. This course keeps current best practices and practical uses for JavaScript in mind, while covering syntax, working with the DOM, and developing and debugging across multiple platforms, devices, and browsers. Author Simon Allardice also shows how to progressively enhance and gracefully degrade web pages, and take advantage of the world of JavaScript libraries now available.

The Super Dimension Fortress Macross: Flash Back 2012
63%

The Super Dimension Fortress Macross: Flash Back 2012(ja)

1987-06-21

Flash Back 2012 is Minmay's farewell concert. Featuring some of her best songs, the music is performed over various scenes and events taken from the first Macross television series as well as Macross: Do You Remember Love film. Also included is a newly animated closing sequence showing the launch of Misa's colony vessel, the Megaroad-01, into space.

Fantastic Return to Oz
54%

Fantastic Return to Oz(ru)

2019-10-24

A year to the day after Dorothy and the people of the Emerald City defeated Urfin Jus, the villain is trying to exact his revenge. To command the army of Carraci, however, Urfin needs not only the magic book, but also Dorothy’s silver slippers. The slippers are safely hidden away in Dorothy’s house. Unfortunately, Dorothy’s guest, Tim, is overcome by curiosity and picks up the shoes, accidentally transporting himself, Dorothy and the slippers to the Land of Oz. The Emerald City and its citizens are in danger once again.

The Cave of the Golden Rose 5
58%

The Cave of the Golden Rose 5(it)

1996-12-20

In this last episode princess Fantaghirò ends up in a parallel dimension fairy land full of kids. Here the princess must fight against a villain called "Nameless".

Toxic
42%

Toxic(en)

2008-03-01

The lives of a nightclub owner, a crime boss, a stripper, a bartender, two hitmen, a prostitute and a psychic take a turn for the worse when they are trapped in an escaped mental patient's sinister path of madness and destruction.

Don't Blink
69%

Don't Blink(en)

2023-02-10

A young man talks to his psychiatrist about strange visions he has been having in his dreams.

A Story From Zazu
80%

A Story From Zazu(en)

2020-02-01

A beloved maid of the queen of Zazu becomes the center the attraction in a palace where rules will be broken and traditions set aside in a bid to have her.

Raid On the Reactor
73%

Raid On the Reactor(en)

The true story of how Israel used politics, espionage, blackmail, targeted assassinations and finally military power to destroy Saddam Hussein's nuclear reactor and deny him the bomb.

Burstup Homes' Murder Case
47%

Burstup Homes' Murder Case(en)

1913-03-26

A spoof of Sherlock Holmes. Directed by Alice Guy-Blache for Solax Film Company.

The Big Hit of Surcouf
55%

The Big Hit of Surcouf(fr)

1966-12-01

The continuation of the adventures of Captain Robert Surcouf and his crew.

In the Bath
50%

In the Bath(de)

1910-01-01

A woman undresses, takes a bath, gets a massage, and relaxes.

The Shootout
50%

The Shootout(ja)

1982-09-15

A run-in with the police once again puts three former reformatory inmates on the wrong side of the law. Their situation becomes increasingly desperate as events spin out of control, culminating in an audacious hijack at sea...

Dames and Dreams
36%

Dames and Dreams(en)

1974-02-15

Four beautiful young women are foretold of mysterious adventures that will have them each take advantage of men with their enchanting looks. But, will they survive their escapade? And, in the end, are things really as they seem?

The Main Celebration of Life
60%

The Main Celebration of Life(ru)

2014-03-01

In Russia, the attitude to death is paradoxically irrational – we all seem to live forever. Entrepreneur Sergey Yakushin is the only reasonable "madman" who conducted a funeral "revolution" in his native Novosibirsk. Yakushin himself turned around to face death after being diagnosed with late-stage cancer 15 years ago. And they gave me a year of life.

Senritsu Kaiki File Super Kowa Too! Fear Adventure: Kokkuri-san
57%

Senritsu Kaiki File Super Kowa Too! Fear Adventure: Kokkuri-san(ja)

2015-06-13

Based on the previous 'Final Chapter', world history has now been modified and reconstructed. Although Kudo was able to release himself from the curse caused by demon soldiers, he now has no money. Despite losing the memory of the previous world, Kudo, Ichikawa and Tashiro continue to work together in producing a horror documentary.

Pursuit
40%

Pursuit(en)

2015-07-10

Pursuit is a modern take on Irish mythology, adapting the legend of Diarmuid and Gráinne and transforming it into a road movie and gangster thriller for a contemporary audience.