📰 Dev.to · PRIYA K
19 articles · Updated every 3 hours · View all reads
All
Articles 77,545Blog Posts 103,266Tech Tutorials 18,895Research Papers 16,884News 13,381
⚡ AI Lessons

Dev.to · PRIYA K
3w ago
Dynamic Binding in Java
Dynamic binding means: The method that gets executed is decided at runtime, based on the actual...

Dev.to · PRIYA K
4w ago
Pojo Class in Java
POJO class in Java POJO stands for Plain Old Java Object. It means a simple Java class that is used...

Dev.to · PRIYA K
🔧 Backend Engineering
⚡ AI Lesson
1mo ago
java Interview Questions
1.Difference between class and Object in Java ? 2.What is constructor.How is it different from a...

Dev.to · PRIYA K
1mo ago
Validate Indian Pincode Using Python
** Validate Indian Pincode Using Python(Region, Sub-Region and District Finder)** regions = { ...

Dev.to · PRIYA K
1mo ago
String program
1. Remove extra space name = "priya working as software developer" result = "" i = 0 while i <...

Dev.to · PRIYA K
1mo ago
Selenium Basics
Testing web applications manually can be time-consuming and error-prone. What is Selenium? Selenium...

Dev.to · PRIYA K
2mo ago
Self-Introduction
This is Priya, and I’m from Chennai. I have completed my Bachelor of Technology in Artificial...

Dev.to · PRIYA K
2mo ago
Method in java
Void Method(with return type) example public class Display{ public static void...

Dev.to · PRIYA K
2mo ago
Constructor in JavaScript
A constructor function is a special function used to create many objects with the same...

Dev.to · PRIYA K
2mo ago
Method OverLoading
1. What is Method Overloading? Method Overloading is a feature in Java where multiple methods have...

Dev.to · PRIYA K
2mo ago
String Programs
A String is a collection of characters stored together to represent text in a program. These...

Dev.to · PRIYA K
2mo ago
ASCII
ASCII Letters – Why They Are Used in English and Other Languages In the world of computers,...

Dev.to · PRIYA K
2mo ago
Parameters,Arguments,Return Type
Parameters Parameters are the variables declared in the method definition that receives the...

Dev.to · PRIYA K
2mo ago
Methods in Java
Methods Performs a specific task,Improves Readability,Allows code reuse Can take Parameters and...

Dev.to · PRIYA K
2mo ago
Global Vs Local Variables in Java
Variables Named memory location to store data Example int age = 20; Enter fullscreen mode ...

Dev.to · PRIYA K
2mo ago
Programming Language ,Scripting Language
In software development, the terms programming language and scripting language are sometimes used as...

Dev.to · PRIYA K
2mo ago
Neon Number,Perfect Number,Strong Number
1.Neon Number sum of digits of its square equals the original number. Example Number = Step 1 –...

Dev.to · PRIYA K
6mo ago
GIT COMMANDS
*INSTALLATION * step 1:Register -> sign in ->sign up in GITLAB step 2: Install VisualStudio...

Dev.to · PRIYA K
6mo ago
GIT
GIT(Global Information System). Version Control System. A tool that helps developers track changes in...
DeepCamp AI