I want to learn java anyone can give me resources of java
What are different platforms of Java?
Collapse
X
-
There are several Java platforms. you can refer below link
-
Java programming language has a different platforms that help the developers to development software application. Java has four different platforms such as:
• Java Platform, Standard Edition (Java SE).
• Java Platform, Enterprise Edition (Java EE).
• Java Platform, Micro Edition (Java ME).
• JavaFX.
All these Java platforms are meant to develop specific kind of software application standalone application, Enterprise application and Mobile application, etc.Comment
-
Java is a versatile programming language that can run on a variety of platforms. Some of the different platforms that Java can run on include:
Java Virtual Machine (JVM): JVM is a software application that runs Java bytecode.
Java Standard Edition (Java SE): Java SE is the most widely used platform of Java.
Java Enterprise Edition (Java EE): Java EE is a platform for developing enterprise-level applications.
Java Micro Edition (Java ME): Java ME is a platform for developing applications for small devices, such as mobile phones, PDAs, and set-top boxes.
Java Card: Java Card is a platform for developing applications for smart cards and other small memory devices.
If you want to learn any technologies, join CETPA Infotech.Comment
-
Here are some resources that can help you learn Java:
Oracle Java Tutorials: The official Java tutorials provided by Oracle cover a wide range of topics from basic to advanced Java programming. They are well-structured and provide detailed explanations and examples. You can access them at: https://docs.oracle.com/javase/tutorial/
Java Programming for Beginners by John Purcell: This comprehensive video course on Udemy is perfect for beginners. It covers Java programming concepts step-by-step with practical examples and exercises. You can find it here: https://www.udemy.com/course/java-tutorial/
Head First Java by Kathy Sierra and Bert Bates: This book is highly recommended for beginners as it uses a unique approach to teach Java. It presents concepts in a visually engaging manner with quizzes, puzzles, and real-world examples. You can find it on Amazon or other bookstores.
Java: A Beginner's Guide by Herbert Schildt: Another popular book for beginners, it provides a comprehensive introduction to Java programming. It covers essential topics and features clear explanations, code examples, and practice exercises. You can find it on Amazon or other bookstores.
Java API Documentation: The official Java API documentation is an invaluable resource for Java developers. It provides detailed information about Java classes, methods, and interfaces. You can access it at: https://docs.oracle.com/en/java/java...api/index.html
Codecademy Java Course: Codecademy offers an interactive and beginner-friendly Java course that covers the fundamentals of Java programming. It includes hands-on exercises to reinforce your learning. You can access it here: https://www.codecademy.com/learn/learn-java
Java Ranch: Java Ranch is an online community for Java programmers. It offers a forum where you can ask questions, participate in discussions, and learn from experienced Java developers. Visit their website at: https://www.javaranch.com/
Remember to practice regularly and work on small projects to apply your knowledge. Hands-on experience is crucial for mastering Java programming. Good luck with your Java learning journey!Comment
Comment