📰 Dev.to · Divya Divya
12 articles · Updated every 3 hours · View all reads
All
Articles 68,319Blog Posts 100,548Tech Tutorials 16,584Research Papers 14,146News 12,598
⚡ AI Lessons

Dev.to · Divya Divya
2w ago
What is Final Keyword?
In Java, the final keyword is used to restrict changes and make code more secure and predictable. It...

Dev.to · Divya Divya
1mo 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
1mo 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
1mo ago
What is Constructor?
Constructor A constructor is a special function/method used to initialize an object when it is...

Dev.to · Divya Divya
1mo 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
1mo 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
1mo 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
1mo 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
1mo 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
1mo 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
2mo ago
What is Class in Java?
A class is a blueprint used to create objects by defining their properties and...

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