Wednesday, June 24, 2015
This Website Has Been Updated and Moved
Please click here to visit Mr. Sarkar's new classroom website.
Thursday, May 7, 2015
Monday, March 16, 2015
Playing Card Lab Now Due Day Before Break
The due date of the playing card lab has again been pushed out. It is now due the Friday before break.
mr. sarkar
mr. sarkar
Friday, March 13, 2015
How to pass a filename to a program
The code below assumes that the filename to be used by the progam is contained in args[0]
public class FileNameDemo
{
public static void main(String [] args) {
String fileName = args[0];
FileReader reader = new FileReader(fileName);
Scanner inputFile = new Scanner(reader);
}
}
public class FileNameDemo
{
public static void main(String [] args) {
String fileName = args[0];
FileReader reader = new FileReader(fileName);
Scanner inputFile = new Scanner(reader);
}
}
Friday, March 6, 2015
Playing Card Lab Due Date Pushed to 3/23
Given all the sorting code is due next week, the Playing Card Lab is now due on 3/23.
mr. sarkar
mr. sarkar
Thursday, February 5, 2015
Friday, January 30, 2015
Monday February 2nd - After School Help is Back On!
My meeting has been cancelled so there will be help after school on monday.
Wednesday, January 28, 2015
The top 25 jobs in America - Guess what is listed as #2?
Top 25 best jobs in America for 2015
By Julie Balise on January 27, 2015 4:00 AM
Physician assistant earned the No. 1 spot on Glassdoor’s inaugural 25 best jobs in America list, thanks to its high pay, number of job openings and career opportunities. There are 45,484 physician assistant job openings posted on Glassdoor, with an annual average base pay of $111,376. Other top jobs are software engineer and business development manager. See all 25 top jobs above.
RELATED LINKS
The highest paying job on this list is finance manager, with an average annual base salary of $122,865. The lowest paying is physical therapist, which has an average annual base salary of $64,806.
Software engineer has the most current job openings, with 104,828 in total.
If this list of jobs sounds familiar, it’s possibly because CareerBuilder’s top jobs of 2015 list features several of the same occupations. CareerBuilder worked with Economic Modeling Specialists Inc. to rank jobs by supply and demands. The list, released in November, names marketing executive as the top job of 2015, followed by software developer and registered nurse.
Wednesday, January 14, 2015
Some Notes to Help You Study for the Midterm Courtesy of Sarthak
Here is a link to some notes that may be helpful:
(You may have to cut and paste the link into your browser)
http://www.greenleecds.com/javaAPhome.html
(You may have to cut and paste the link into your browser)
http://www.greenleecds.com/javaAPhome.html
Subscribe to:
Posts (Atom)