📰 Dev.to · Mohamed Ajmal
Articles from Dev.to · Mohamed Ajmal · 6 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (11305)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Mohamed Ajmal
1w ago
Java variables and Objects.
Static variables: These are variables that are shared among all the instances of a class. Non-static...

Dev.to · Mohamed Ajmal
1w ago
OOPS Concepts in Java.
Object-Oriented Programming (OOPS) is a paradigm that organize the code using Classes and objects....

Dev.to · Mohamed Ajmal
2w ago
Java Basic Errors.
public must be start with small letter. Home.java:1: error: class, interface, enum, or record...

Dev.to · Mohamed Ajmal
2w ago
Java Architecture.
Java architecture is designed to make programs platform-independent It's run anywhere. Source code...

Dev.to · Mohamed Ajmal
2w ago
History of JAVA.
HISTORY OF JAVA Java was developed by James Gosling and his team at Sun Micro-systems. The project...

Dev.to · Mohamed Ajmal
1mo ago
Events and Event Listener in JS.
HTML events are things that happen to HTML elements. Event is an action performed by the user or...
DeepCamp AI