✕ Clear all filters
12 articles

📰 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
Method in Java
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...
Return types in Java
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...
Methods in Java?
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...
Global Variable VS Local Variable
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...
Neon Number , Strong Number , Perfect Number
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...
Static and Non-Static in Java?
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...
What is Class in Java?
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...
Prime Number
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...