Event banner
Java for Beginners AMA
Event details
Welcome to the Java for Beginners Ask Microsoft Anything (AMA)! This live hour gives you the opportunity to ask questions and provide feedback directly to the team.
Please introduce yourself by replying to this thread!
To post a question, please create a new thread.
- mneiferbagJun 07, 2022Brass ContributorHi all! I work as requirements engineer, test analyst, test manager or quality coach. I need Java for test automation tasks. Looking forward to your answers.
- Brian BenzJun 07, 2022
Microsoft
GitHub Actions and Azure pipelines are also an important part of any test workflow. Check out my presentations and demo at https://aka.ms/devopsforJavaShops Also check out https://www.testcontainers.org/ - rorypreddyJun 07, 2022
Microsoft
Please have a look at https://playwright.dev/ which is a new automation tool we use at microsoft.- mneiferbagJun 07, 2022Brass ContributorYes, I heard about it. I'm a long time Selenium user and I'm curious to learn about Playwright. Thanks for the link!
- AbdulhaqSayedJun 07, 2022Copper ContributorHi Eric and team, Abdulhaq here from India, thank you for this event, just exploring and trying to get interest in coding at the age of 37 😛
- Brian BenzJun 07, 2022
Microsoft
Greetings Abdulhaq! To get started, check out our video series, Java for beginners: https://aka.ms/javaforbeginners- Nhla_MnyanduJun 07, 2022Copper ContributorHi Brian, I also have no Java experience at all and am new in this field but I have already started with HTML just to learn coding in that language, busy learning CSS now then Java Script. I have always wanted to become a programmer, I am quiet old but always believe that age will not stand on your way. Thank you for sharing the Java YouTube channel, I will watch!!!!
- SteveVerschaeveJun 07, 2022
Microsoft
Hi, I'm Steve Verschaeve. I'm a Data & AI customer engineer. Getting started with Java 😉- Brian BenzJun 07, 2022
Microsoft
Welcome Steve! Check out this video series: Java for beginners: https://aka.ms/javaforbeginners
- hellxiaJun 07, 2022Copper ContributorI don't know anything about Java - what are some basic real life uses and how did you get into learning it?
- Brian BenzJun 07, 2022
Microsoft
Hi Cat! I originally started working with Java in 1999, when I was working on this book - https://www.amazon.com/Powered-Domino-Lotus-Redbook-Books24x7/dp/073842109X From then, Java was a big part of my career in my own business, plus my career at IBM, Deloitte and others. My java background was also one of the main reasons that I was hired at Microsoft in 2012, to help them with their open-source initiatives. There are too many real-life uses to cover in a single comment, but mainly these days Java is an important part of big data, AI and scalable applications that run everything from banking to aerospace. - rorypreddyJun 07, 2022
Microsoft
Developers use Java to construct applications in laptops, data centres, game consoles, scientific supercomputers, cell phones, and other devices. I worked in a Large Bank that used Java to process payments in 1998 as my first Java role. check out our video series, Java for beginners: https://aka.ms/javaforbeginners
- BillWalterJun 07, 2022Copper ContributorBill Walter from Knoxville TN USA What is Jave vs Java Script vs Typescript?
- Brian BenzJun 07, 2022
Microsoft
Hi Bill! Java and JavaScript only share a name, there are very few similarities otherwise. There's some history you can see here: https://dzone.com/articles/a-brief-history-of-javascript If you're starting out with Java, check out our video series, Java for beginners: https://aka.ms/javaforbeginners- hellxiaJun 07, 2022Copper Contributorwhat is Typescript?
- Sakib_Haque_ZisanJun 07, 2022Copper ContributorRegistration Done!
- nelsonesJun 07, 2022Copper ContributorHi, this is Nelson Escobar from Panama. Eager to learn more...
- Brian BenzJun 07, 2022
Microsoft
Welcome Nelson! check out our Java for beginners video series: https://aka.ms/javaforbeginners
- TalesaJun 07, 2022Copper ContributorGood afternoon. My name is Talesa Howell. this is my first event and so I am just a spectator today.
- Scott_SoineJun 07, 2022Former EmployeeWelcome Talesa! Glad you are here 🙂
- rorypreddyJun 07, 2022
Microsoft
Excited to be here. AMA on:
-->Java Language Basics.
-->Visual Studio Code with Java.
-->Azure Container Apps with Java.
-->Playwright testing framework.
-->GitHub Actions with Java.
- Surya_RamJun 07, 2022Occasional ReaderWhy not javascript?
- rorypreddyJun 07, 2022
Microsoft
The main difference between Java and JavaScript is that Java is an OOP programming language while JavaScript is an OOP programming script. JavaScript code is written completely in text and need only be interpreted. Java, on the other hand, must be compiled.