✕ Clear all filters
19 articles

📰 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
String program
Dev.to · PRIYA K 1mo ago
String program
1. Remove extra space name = "priya working as software developer" result = "" i = 0 while i <...
Selenium Basics
Dev.to · PRIYA K 1mo ago
Selenium Basics
Testing web applications manually can be time-consuming and error-prone. What is Selenium? Selenium...
Self-Introduction
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...
Method in java
Dev.to · PRIYA K 2mo ago
Method in java
Void Method(with return type) example public class Display{ public static void...
Constructor in JavaScript
Dev.to · PRIYA K 2mo ago
Constructor in JavaScript
A constructor function is a special function used to create many objects with the same...
Method OverLoading
Dev.to · PRIYA K 2mo ago
Method OverLoading
1. What is Method Overloading? Method Overloading is a feature in Java where multiple methods have...
String Programs
Dev.to · PRIYA K 2mo ago
String Programs
A String is a collection of characters stored together to represent text in a program. These...
ASCII
Dev.to · PRIYA K 2mo ago
ASCII
ASCII Letters – Why They Are Used in English and Other Languages In the world of computers,...
Parameters,Arguments,Return Type
Dev.to · PRIYA K 2mo ago
Parameters,Arguments,Return Type
Parameters Parameters are the variables declared in the method definition that receives the...
Methods in Java
Dev.to · PRIYA K 2mo ago
Methods in Java
Methods Performs a specific task,Improves Readability,Allows code reuse Can take Parameters and...
Global Vs Local Variables in Java
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 ...
Programming Language ,Scripting Language
Dev.to · PRIYA K 2mo ago
Programming Language ,Scripting Language
In software development, the terms programming language and scripting language are sometimes used as...
Neon Number,Perfect Number,Strong Number
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 –...
GIT COMMANDS
Dev.to · PRIYA K 6mo ago
GIT COMMANDS
*INSTALLATION * step 1:Register -> sign in ->sign up in GITLAB step 2: Install VisualStudio...
GIT
Dev.to · PRIYA K 6mo ago
GIT
GIT(Global Information System). Version Control System. A tool that helps developers track changes in...