Video – Getting Started with Java Programming
Video – Getting Started with Java Programming
In this Interface Video Blog, Java instructor Judy Lipinski discusses what developers will need to know before getting started developing with Java.
Judy says that Java programming is a great programming language for beginners to learn. Java teaches students how to understand Object Oriented concepts. There is a great deal of flexibility with Java. For example, it can be designed on a Mac or PC and then deployed to a Linux Server without the need to change any of the Java code.
What’s the difference between Java and JavaScript?
JavaScript exists within the browser while Java is the Object Oriented language that can be uses in many environments such as desktop applications and on the sever side where we can connect to web services using Java. The programming of Java is similar to JavaScript but the syntax is different.
In this video, Judy also discusses topics relating to Java including:
Java Security vulnerabilities.
How Java is being used for Android App development and different areas of client side and enterprise applications using Java Servlets. Java has been around for a while and is one of the early tools that allow different environments to communicate. Java is open source so you’re not locked in to using only one vendor.
You can get started in Java simply using a text editor but tools that simplify the process are Eclipse, IntellijIDEA and NetBeans. These tools are free and once someone learns one tool, it’s rather simple to use the other options.
Judy also discusses what the numerous acronyms associated with Java include JDK, SDK, JRE and JVM mean. How similar or different is Java from C# programming and what the Java Enterprise Edition (Java EE) is.
Finally, Judy discuses what students should already know before attending Java training?
Judy Lipinski teaches JAVA200: Java Programming – An In-Depth Introduction at Interface Technical Training in Phoenix, AZ. This class can be attended from anyher online with RemoteLive™.
You May Also Like
A Simple Introduction to Cisco CML2
0 3794 0Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2
How to Build in a PSMethod to your PowerShell Code
0 71 0In this video, PowerShell instructor Jason Yoder shows how to add Methods (PSMethod) to your code using free software that’s added into the PSObject. For instructor-led PowerShell courses, see our course schedule. Microsoft Windows PowerShell Training Download the Building Methods PowerShell script</a> used in this video. <# ╔══════════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ Building Methods ║ ╟──────────────────────────────────────────────────────────────────────────────╢ … Continue reading How to Build in a PSMethod to your PowerShell Code
OSPF Adjacency Troubleshooting Solution – Getting Close to the OSPF adj
0 249 1In this video, Cisco CCNA & CCNP instructor Mark Jacob shows how to troubleshoot OSPF Adjacency issues by showing the distance between routers with the show ip ospf neighbor command.