Total Pageviews

Tuesday, 4 September 2018

Programs

1> Find difference between two dates:

here we are dividing by 1000 to get diff in seconds otherwise without dividing we would have got difference in milli seconds



2> Find list of all working links on a single webpage

3> Find list of all working links in whole website
-- we will be using concept of crawling whole website using jsoup and recursion.


4> How do you fire commands in Java.


5> Which is given more priority, priority or depends on method

6> Maven Plugins



7> TestNG Parallel attributes







8> count number of times a number is present in array like Integer[] arrr = {1,3,6,1,3,7,9,6,3,1]











No comments:

Post a Comment