Kytcs
Showing posts with label
finalassesmentanswer
.
Show all posts
Showing posts with label
finalassesmentanswer
.
Show all posts
javascript
›
Welcome to the my blog
1 comment:
Java Movie Management
›
Welcome to the my blog Java Movie Management import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util....
Unix code
›
Welcome to the my blog OPA -JAVA UNIX Student details #!/bin/bash read awk 'BEGIN{FS=",";t=0} { a[t]=$1; b[t]=$3+$4; c[t]=$2...
ALGORITHMS AND DESIGN PRINCIPLE
›
Welcome to the my blog ALGORITHMS AND DESIGN PRINCIPLE Algorithms Algorithms Design patten IT Infrastructure Design Principle...
JAVA PROGMAR ANSWER
›
Welcome to the my blog JAVA PROGMAR ANSWER JAVA array hands on 2 problem 2 java arrays hands on-2 Problem 1 java iteration hands on 1 java i...
course
›
Welcome to the my blog SQL ANSWER TCS ASSESSMENT JAVA PROGMAR ANSWER ALGORITHMS AND DESIGN PRINCIPLE PLACEMENT ...
JAVA Proctored Assessment
›
JAVA Proctored Assessment on 17th Dec JAVA Proctored Assessment on 28th Dec JAVA Proctored Assessment on 15th Jan JAVA Proctor...
PL SQL Blocks
›
PL SQL Blocks Answer 1.What is the clause we need to add in function body to return variable? Answer: Return varchar2 2.What is the ...
4 comments:
SQL HAND ON 5
›
select distinct Item_Name from Items where Item_id not in(select distinct Item_Id from orders);
SQL HAND ON 4
›
SQL HAND ON 4 select distinct Dept_name,Emp_skill from Departments,Employees where Dept_ID=Emp_Dept_Id order by Dept_Name desc,Emp_Skil...
SQL HAND ON 3
›
SQL HAND ON 3 select distinct Dept_name from Departments,Employees where Dept_ID=Emp_Dept_Id and Dept_name not in (select distinct De...
SQL HAND ON 2
›
SQL HAND ON 2 select Dept_Id,Dept_Name from Department where Dept_Location='Ground Floor';
SQL HAND ON 1
›
SQL HAND ON 1 select Departments.deptName,COUNT(Employees.eDeptId) From departments LEFT Join Employees on Departments.dept...
Java Arrays - Hands on 1 Problem 2:
›
Java Arrays - Hands on 1 Problem 2: _____________________________________ import java.io.*; import java.util.*; imp...
1 comment:
Java Arrays - Hands on 1 Problem 1
›
Java Arrays - Hands on 1 Problem 1: _______________________________________________________________ import java.io.*; import java.ut...
JAVA array hands on 2 problem 2
›
JAVA handns on 2 problem 2 Problem 2: _________________________________ import java.io.*; import java.util.*; import java.text.*; ...
Java Arrays - Hands on 2
›
Java Arrays - Hands on 2 Problem 1: import java.util.Scanner; public class Solution { public static void main(String args[] ) throws ...
Java Iterations - Hands on 2
›
import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; public class Solution { pub...
Java Iterations - Hands on 1
›
import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; public class Solution { publ...
Design Principles
›
1.KISS,DRY,WET,YAGNI,SOLID 2.goto 3.avoid goto statement 4.do not repeat yourself 5.Keep it simple stupid
›
Home
View web version