घर की 4 दिशाओ में क्या चीज़ होनी चाइये | vastu shastra | Bhoomika Kalam

No title available
Game of Thrones Daily
Claire Keane
cherry valley forever

blake kathryn
Stranger Things
No title available
almost home

No title available

Kiana Khansmith
NASA

No title available
wallacepolsom

@theartofmadeline

PR's Tumblrdome
No title available
he wasn't even looking at me and he found me
"I'm Dorothy Gale from Kansas"

JVL
will byers stan first human second

seen from United Kingdom
seen from Germany

seen from United States
seen from United States
seen from United States

seen from United States

seen from United States

seen from United States
seen from United States
seen from United States

seen from United States
seen from United States
seen from United States

seen from United States
seen from United States
seen from United States

seen from United States
seen from United States

seen from United Kingdom
seen from Canada
@sonidigita415
घर की 4 दिशाओ में क्या चीज़ होनी चाइये | vastu shastra | Bhoomika Kalam
SK Career Academy
Sonika Kalam| Corporate Java Trainer | Website Designer |Indore
Sonika Kalam is an entrepreneur and Senior Java developer and project lead in IT industries. She has worked on Banking, Financial, Insurance and supply chain management domain with big client Citi Bank, HDFC Bank, ICICI Prudential, State Street and Majesco. She has 15 year of experience in IT industries Polaris, Oracle Financial Services and Software, Cognizant and Persistent. She has worked on more than 20 project in her experience with latest framework like Struts, Hibernate, Spring, Spring Boot, Micro service and SQL,ORACLE and mongo DB. She has used agile methodology and CICD pipeline and DevOps tools and technique. She has also 2 year experience in Seed InfoTech as Corporate Java Trainer and Java developer. She has trained more than 50 Students. She is founder of SK Career Academy, providing online Java courses and prepare you interview and make you job ready, she teaches all ages student from 15 to 55
JAVA Basic
Java is a widely used, versatile, and platform-independent programming language. Here are some key aspects of Java:
Introduction to Java:
Developed by Sun Microsystems (now owned by Oracle Corporation), Java was released in 1995.
It is designed to be platform-independent, meaning that Java programs can run on any device that has a Java Virtual Machine (JVM).
Write Once, Run Anywhere (WORA):
Java follows the principle of "Write Once, Run Anywhere," allowing developers to write code that can run on any device that supports Java.
Object-Oriented Programming (OOP):
Java is an object-oriented programming language, which means it is based on the concept of objects. Objects can contain data in the form of fields, often known as attributes, and code, in the form of procedures, often known as methods.
Syntax and Structure:
Java syntax is similar to C++, making it relatively easy for developers who are familiar with C-based languages to learn Java.
Java programs are organized into classes, and each class contains methods that perform specific tasks.
Platform Independence:
Java code is compiled into an intermediate form called bytecode. This bytecode is then interpreted by the Java Virtual Machine (JVM) at runtime, making it possible to run Java programs on any device with a compatible JVM.
Java Virtual Machine (JVM):
JVM is a key component of the Java Runtime Environment (JRE). It executes Java bytecode, providing the necessary runtime environment for Java applications.
Java Development Kit (JDK):
JDK is a software development kit that includes the necessary tools for Java development, such as the compiler, debugger, and other utilities.
Java Standard Edition (Java SE) and Java Enterprise Edition (Java EE):
Java SE is the standard edition of Java, suitable for developing desktop applications and standalone applications.
Java EE, now known as Jakarta EE, is an extension of Java SE with additional libraries for developing enterprise-level applications, particularly web applications.
Popular Frameworks and Libraries:
Java has a rich ecosystem of frameworks and libraries that simplify the development of various types of applications. Examples include Spring, Hibernate, and Apache Struts.
Community and Support:
Java has a large and active developer community, and there are numerous resources, forums, and documentation available for learning and troubleshooting.
Java is used in a variety of applications, ranging from mobile applications (Android development) to enterprise-level systems. It remains a popular choice for many developers due to its portability, strong community support, and versatility across different domains.