📰 Dev.to · Divya Divya
Articles from Dev.to · Divya Divya · 11 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (8976)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Divya Divya
2d ago
Self-Introduction
I'm Divya. I am from Velachery. I have completed my Bachelor of Computer Applications (BCA) from Sri...

Dev.to · Divya Divya
2d ago
Self-Introduction
I'm Divya , I'm From Velachery,I have completed my degree BCA (Computer Applications) at Sri Saradha...

Dev.to · Divya Divya
3d ago
What is Constructor?
Constructor A constructor is a special function/method used to initialize an object when it is...

Dev.to · Divya Divya
3d ago
Method in Java
A method is a block of code designed to perform a specific task. Methods are executed only when they...

Dev.to · Divya Divya
3d ago
Return types in Java
In Java, every method must specify a return type, which defines the type of value the method will...

Dev.to · Divya Divya
4d ago
Methods in Java?
Method: A method in Java is a block of code that performs a specific task and runs only when it is...

Dev.to · Divya Divya
5d ago
Global Variable VS Local Variable
In Java, variables are classified based on where they are declared and how they are accessed. The two...

Dev.to · Divya Divya
1w ago
Neon Number , Strong Number , Perfect Number
Neon The sum of the digits of its square is equal to the original number Take a...

Dev.to · Divya Divya
1w ago
Static and Non-Static in Java?
Static : A static variable is a variable declared with the static keyword inside a...

Dev.to · Divya Divya
1w ago
What is Class in Java?
A class is a blueprint used to create objects by defining their properties and...

Dev.to · Divya Divya
2w ago
Prime Number
What is prime number? A number is called a prime number if it has only two factors. Important...
DeepCamp AI