Please help!! Semester Project due in 3 days...........

I have a connectivity problem where I have to select a number of vertices(N) and
connect them with random non repeating edges(M). I have to test with cases
M=.1xNxN, M=.2xNxN,.............M= .9xNxN. Well, it works up to M=.2xNxN when using 10 edges but I get a Stackoverflow error with more than M=.2xNxN.
Please Please help. I have two classes
import java.util.Random;import java.util.Scanner;
* Write a description of class QuickUnion here.
* @author (your name)
* @version (a version number or a date)
public class Union
    private Random generator;
    int E1,E2; int count = 0; int n = 50000;
     int a[] = new int [n];
    int b[] = new int [n];
     //Actual random number generator
     public int Generator(int gen){
         generator = new Random();      
        return generator.nextInt(gen);}
    //Method uses Random Generator to get E1,E2(or p,q) values
    public void Generator(int e1, int e2, int N){
        E1=Generator(N-1);
        E2=Generator(N-1);
        while(E1==E2){E2=Generator(N);}
        check(E1,E2,N);}
    //Method checks both array a and b at the same time for p,q or q,p values already generated
    public void check(int e1, int e2, int N){
        for(int i=0; i<a.length; i++){
            if(((a==e1) && (b[i]==e2)) || ((b[i]==e1) && (a[i]==e2))){
Generator(0,0,N); }}
a[count]=e1; b[count]=e2; count++;
//Methods to view a and b arrays
public void arrayShow(){
for(int k=0; k<a.length; k++){System.out.print(a[k] + " ");
public void arrayShow2(){
for(int k=0; k<a.length; k++){System.out.print(b[k] + " ");
import java.util.*; import java.util.Scanner;
* QUICKFIND QUICKFIND QUICKFIND
* @author Degrion Hill
* @version 3160 Project Program
public class Client2
{public static void main(String[] args)
int answer =0;
int N,E1,E2,counter= 0;
Scanner in = new Scanner(System.in);
// User Input for amount of Vertices
System.out.println("Enter the number of Vertices");
N=in.nextInt();
//Populating Array
int id[] = new int [N];
for(int i = 0; i < N; i++){id[i]=i;}
//User input for amount of edges
System.out.println("Enter the number of edges");
int edges = in.nextInt();
Union test = new Union();
//Random Edge Generator
while(counter<edges){
test.Generator(0,0,N);
//Assignment of Random number to p,q values to make edge
int p = test.E1, q = test.E2;
int t = id[p];
//Quick Find Algorithm
System.out.println("p=" + p + " " + "q=" + q); counter++;
for(int k =0; k < N; k++){
System.out.print(" " + id[k]);}
System.out.print("\n");
if (t==id[q])continue;
for(int i = 0; i<N; i++)
if(id[i]==t) id[i]=id[q];
System.out.println("SORTED");
//Sort the array before Counting groups(Using Bubble Sort)
Sort test2 = new Sort();
test2.bubble(id,0,id.length-1);
for(int m =0; m < N; m++){
System.out.print(" " + id[m]);}
//Count changes in the array(groups)
int y=0; int group=0;
for(int x=0; x<N; x++){
if(x==0){id[y]=id[x];}
if(id[x] != id[y]){id[y]=id[x];group++;}}
System.out.println();
System.out.println(group+1 + " Group/s");
System.out.print("");
System.out.println("Run Again? [1 for YES, 2 for NO]");
answer=in.nextInt();
//(Testing) Shows a and b arrays to see if ALL cases for p,q are there
if(answer==1){main(args);} test.arrayShow(); System.out.println(""); test.arrayShow2();

Whithout diving into your code: StackOverFlowError occurs usually if you do a recursion and don't stop it before memory blows.

Similar Messages

  • Need help fast, project due in Three days...

    I made a really basic video on iMovie for school, my very first movie, and am having some problems with the quality. The movie was all finished then I shared it, or exported, or whatever to the desktop as and mpeg. The quality though was all pixelated and blurry after it finished. I can't burn it directly with iDvd because my laptop does not have a dvd burner. I need to save it in a good quality format, burn it and turn it into a dvd on my desktop. What is the best way to save my movie without damaging quality, because one of the requirements is to not have blurry images. If you could give me all the settings of what you guys use or any other tip I would appreciate it.

    Another option would be to creat your idvd on your present mac but when you come to the point where you are going to burn the disk, make a disk image (under the file tab). This is a smaller file and you can transfer it to another computer and burn it using apples disk utility.
    Another simple way is to connect two macs together via a firewire cable. Boot your mac holding down the "T" key until you see a yellow symbol on a blue background appear. On the other machine you should see your hard drive appear on the desktop. Open your hard drive and get you imovie file or disk image out and add it to the 2nd mac. Close your hard drive and THIS IS IMPORTANT Eject it by dragging it to the trash. It is now safe to disconnect your two machines.

  • I made a card using the iPhoto and when I click to buy it, it says that I did not fill all the frames with pictures, even though I did and have checked multiple times. Please help, it's for Mother's Day.

    I made a card using the iPhoto and when I click to buy it, it says that I did not fill all the frames with pictures and that I need to in order to purchase it, even though I did and have checked multiple times. Please help, it's for Mother's Day.

    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    LN

  • My iphone5 freezes my iTunes v11 when connected and I cannot sync or do anything. I have reinstalled iTunes, tried different USB ports, ran diagnostics and said phone not recognised. Please help as have wasted nearly a day and a half trying to sort!

    My iphone5 freezes my iTunes v11 when connected and I cannot sync or do anything. I have reinstalled iTunes, tried different USB ports, ran diagnostics and said phone not recognised. Please help as have wasted nearly a day and a half trying to sort and at wits end!

    To double check you tried everything http://support.apple.com/kb/TS1538

  • Exporting in Final Cut only saves first 20 seconds...Project due in 2 days.

    Hello all.
    Working in Final Cut Pro here, And this problem has arisen: I finished editing my 10 minute final project for school. I set my in and out points for the sequence. Nothing is selected, I go to Export > Quicktime Movie. So far so good. I change the "keep current settings" to "DV-NTSC 48khz". I'm making this move self contained because I'm going to be authoring in DVDSP on a different machine. I name it and save it and it saves almost instantly. When I go to play it, it is only the first 20 seconds. HELP PLEASE! This is Dude in 2 days!!
    Message was edited by: Viperboy749

    Also, it's possible you have a file export size limit set in your preferences. Confirm that there's no limit on file export size. You might also try deleting your preferences. Also, have you tried exporting to a different drive.
    Message was edited by: Michael Grenadier

  • Please Help, Missing Project File and Discussion Advice Isn't Working.

    Here's the rundown:
    I was working in iMovie HD 5 when the power got cut out on my external hard drive. When I try to reload my project I got the 'Missing Project File' error that has been discussed by many on this board.
    There are two known fixes.
    1) Open the package and go back to the '~' version of the project.
    2) Use the MovieTimeline.mov in the Cache to import it back into a new project.
    Solution #1 simply didn't work.
    Solution #2 imports the full video as a single long clip but is significantly lower in quality than the original version.
    In addition, the movie was shot in true widescreen and plays in quicktime in 16:9 mode, but when I import that .mov file into iMovie HD for some reason bars are added on the sides and top and bottom of the frame, and the bars are thicker on the sides so it stretches the picture and makes everything look taller.
    Although I'd certainly much rather have my original project timeline back, I could still continue my work if I could figure out how to import the .mov so that it retains the quality and size that it had to begin with.
    Does anyone have any idea how to import it without losing the quality and size or how to gain back an earlier project save?
    Please help if you can, my grandfather's 83rd birthday gala celebration (2 days away!) depends on it!

    I know you're in a rush, so I'll mention a couple other possibilities.
    Solution #2 imports the full video as a single long
    clip but is significantly lower in quality than the
    original version.
    • You shouldn't see any difference. The video imported from the Timeline Movie.mov is exactly the same as the original video. My guess is you're seeing some side effect of the widescreen issue. That, or your iMovie playback settings have changed.
    In addition, the movie was shot in true widescreen
    and plays in quicktime in 16:9 mode, but when I
    import that .mov file into iMovie HD for some reason
    bars are added on the sides and top and bottom of the
    frame, and the bars are thicker on the sides so it
    stretches the picture and makes everything look
    taller.
    • Make sure you're importing to a DV Widescreen project.
    • It might work to open the Timeline Movie.mov in QT Player Pro and export to a DV stream set to 16:9, then import that to the new project.
    • It's curious solution #1 didn't work. What happened when you tried that?
    Karl

  • Please Help on Project Expenditure Report

    Hi All,
    i am trying to get vendor number, invoice number,and journal details,.... for project expenditure items at project level and task level.
    query is working fine when i comment the gl part(all relevant gl tables,,,see below query). if i am joining with gl its giving null value for vendor number field and invoice number field even though this field were having correct values , i don't know to make a link from PA to PO ,AP and GL
    please help me ...
    SELECT jeh.period_name gl_period,
    pcdl.gl_date gl_date,
    prj.project_id project_id,
    jeh.name journal_number,
    jeh.je_source journal_source,
    jeh.je_category journal_category,
    peia.transaction_source expend_source,
    poall.po_number po_number,
    poall.item_description po_description,
    (SELECT REPLACE (expenditure_comment,CHR (10)) exp_comment
    FROM pa_expenditure_comments
    WHERE expenditure_item_id =peia.expenditure_item_id
    AND ROWNUM < 2) expenditure_comment,
    expenditure_category expenditure_category,
    peia.expenditure_type expenditure_type,
    prj.project_type project_type,
    pt.task_number task_number,
    pv.segment1 vendor_number,
    invc.invoice_num invoice_number
    FROM pa_projects_all prj,
    pa_tasks pt,
    pa_expenditures_all pea,
    pa_expenditure_items_all peia,
    pa_expenditure_types pet,
    pa_cost_distribution_lines_all pcdl,
    gl_je_lines jel,
    gl_je_headers jeh,
    po_vendors pv,
    (SELECT pod.po_distribution_id po_distribution_id,
    poh.segment1 po_number,
    pol.item_description item_description
    FROM po_headers_all poh,
    po_lines_all pol,
    po_distributions_all pod
    WHERE pod.po_line_id = pol.po_line_id
    AND pod.po_header_id = pol.po_header_id
    AND pol.po_header_id = poh.po_header_id) poall,
    (SELECT SOURCE, apid.invoice_id,
    apid.distribution_line_number,
    pap.full_name, aefla.merchant_name,
    aia.invoice_num invoice_num
    FROM (SELECT full_name, person_id
    FROM apps.per_all_people_f
    WHERE TRUNC (SYSDATE)
    BETWEEN effective_start_date
    AND effective_end_date) pap,
    apps.ap_invoices_all aia,
    apps.ap_invoice_distributions_all apid,
    apps.ap_expense_feed_dists_all aefda,
    apps.ap_expense_feed_lines_all aefla
    WHERE apid.invoice_id = aia.invoice_id
    AND aefda.feed_line_id = aefla.feed_line_id
    AND aefla.employee_id = pap.person_id(+)
    AND TO_CHAR (aefda.invoice_line_id) =
    SUBSTR (apid.attribute12,
    INSTR (apid.attribute12, ':',
    1)
    + 1,
    INSTR (apid.attribute12,
    1,
    1
    - INSTR (apid.attribute12, ':',
    1)
    - 1
    )) invc,
    pa_system_linkages syslink
    WHERE prj.project_id = pt.project_id
    AND peia.task_id = pt.task_id
    AND jeh.je_category = syslink.cost_je_category_name
    AND peia.system_linkage_function = syslink.FUNCTION
    AND pcdl.expenditure_item_id = peia.expenditure_item_id
    -- AND pcdl.transfer_status_code || '' = 'A'
    AND pcdl.batch_name = jel.reference_1(+)
    AND ((pcdl.dr_code_combination_id = jel.code_combination_id AND jel.reference_3 = 'Cost')
    OR (pcdl.cr_code_combination_id = jel.code_combination_id
    AND jel.reference_3 = 'Liability'
    AND jel.reference_3 IN ('Cost', 'Liability')
    AND pet.expenditure_type = peia.expenditure_type
    AND pea.vendor_id=pv.vendor_id(+)
    AND pea.orig_exp_txn_reference1 = poall.po_distribution_id(+)
    AND pcdl.system_reference3 = invc.distribution_line_number(+)
    AND pcdl.system_reference2 = invc.invoice_id(+)
    AND jeh.je_header_id = jel.je_header_id
    AND jeh.reversed_je_header_id IS NULL
    AND pea.expenditure_id = peia.expenditure_id
    AND jeh.je_source = 'Project Accounting'
    Thanks & Regards
    Gopi

    Hi,
    You will take PLANT and MATERIAL in to the rows of the query.
    Then you will use restriction key figure (restriction on History) with user enterd range.
    Then you will use one more restriction key figure (restriction on Plant %) with current date.
    For user enters range, define a variable on 0CALDAY with processing 'user entry' and with 'interval'.
    For second restriction , you will create a variable on 0CALDAY with processing 'Customer exit' and with 'Single entry'.
    In user exut , you will define the value for second Varaible as system-date.
    With rgds,
    Anil Kumar Sharma .P

  • Need help asap, project due monday!

    Hey everyone,
    I'm a college student and I have a final project due on monday.
    I'm running into a MAJOR issue which I've never had before.  I know this is probably a noobie issue but any help would be fantastic.
    I have text on it's own layer, typed it directly into flash, there are two text fields on this layer.  I created at motion tween to move the text from the center of my stage to the top of my stage at about halfway on my scene1 timeline and then it sticks there til the end of that scene.  My issue is, my text will display and animate when I run the timeline in flash.  But when I hit CTRL Enter for the preview, it's no where to be found.  I've even tried embedding the text to see if that would help!  Kinda freakin' out here, so any help would be great.  Does anyone know why this is happening?
    I'm using Flash Professional CS5 with an ActionScript 3.0 file.
    Kindest Regards,
    Dingo

    post a link to your .fla and i'll take a look

  • Need help asap, project due on monday!

    Hey everyone,
    I'm a college student and I have a final project due on monday. 
    I'm running into a MAJOR issue which I've never had before.
    I have text on it's own layer, typed it directly into flash, there are two text fields on this layer.  I created at motion tween to move the text from the center of my stage to the top of my stage at about halfway on my scene1 timeline and then it sticks there til the end of that scene.  My issue is, my text will display and animate when I run the timeline in flash.  But when I hit CTRL Enter for the preview, it's no where to be found.  I've even tried embedding the text to see if that would help!  Kinda freakin' out here, so any help would be great.  Does anyone know why this is happening? 
    I'm using Flash Professional CS5 with an ActionScript 3.0 file.
    Kindest Regards,
    Dingo

    Hey everyone,
    I'm a college student and I have a final project due on monday. 
    I'm running into a MAJOR issue which I've never had before.
    I have text on it's own layer, typed it directly into flash, there are two text fields on this layer.  I created at motion tween to move the text from the center of my stage to the top of my stage at about halfway on my scene1 timeline and then it sticks there til the end of that scene.  My issue is, my text will display and animate when I run the timeline in flash.  But when I hit CTRL Enter for the preview, it's no where to be found.  I've even tried embedding the text to see if that would help!  Kinda freakin' out here, so any help would be great.  Does anyone know why this is happening? 
    I'm using Flash Professional CS5 with an ActionScript 3.0 file.
    Kindest Regards,
    Dingo

  • Please help with project

    Hey there
    I have a project due soon and would like to add a Gui. Can anyone help me. I'll e-mail you the program. Ive done half the text but would like a GUi included and some tips from people that know what they are talking about.
    Thanks

    A good starting point is (after once doing it by hand to see how everything fits together), to use a dialog editor.
    For instance the NetBeans IDE has such a "form editor". Drag and drop your buttons and such.
    Add events "actionPerformed" to such buttons etcetera.
    It still is a time consuming task. So prepare yourself: think of the layout and rest of user-interface you want to achieve.

  • Please Help Me Lumia 730 brought 3 days Back Wifi...

    I brought lumia 730 WIFI is automatically going into no interent state  i can use the same wifi with other devices
    tried to connect other WIFI facing the similir problem connecting for Some time and automatically moving to no internet Status
    and also fews apps are working with WIFI few are not working if wifi connected with no internet status
    Please HELP me what to do Now.
    I am attaching the images
    If   less number of people connecting to that router also facing the problem
    and if  wifi signal is full also i am facing the same problem
    Attachments:
    10431713_10202268743678806_1287048888853658715_n.jpg ‏19 KB
    10857788_10202268744238820_9183833970710717533_n.jpg ‏25 KB
    10565040_10202268744958838_868567067813566215_n.jpg ‏29 KB

    yes my router is dynamic ip based router  Tp link router i have docomo connection with good wifi speed
    it is connecting for some time next changing status to no Internet
    i have not connected to other wifi devices for long time and checked i have seen some posts regarding but no one have given  solution can u suggest me  any thing

  • PLEASE please help my project can't be finalised for publishing due to -50 error!?! i need help in layman's terms :(

    my project begins to finalise (in 1080 HD even though i don't need it that high... ) and then it gets maybe 1 eighth of the way and i get an error -50 message and it won't finish!! i've read other threads but do not understand what to do to stop this. please help

    Hi hannijin,
    What version of the Mac OS X do you have on your computer?  The version of iTunes that you can install is dependent on the operating system that you have.  For example, the current version of iTunes requires OS X version 10.7.5 or later.
    Finding the OS X version and build information on your Mac - Apple Support
    https://support.apple.com/en-us/HT201260
    Apple - OS X Yosemite - How to Upgrade
    https://www.apple.com/osx/how-to-upgrade/
    Hope that helps ...
    - Judy

  • Motion Crashes on Start-up! - Project due in 2 days!

    I have been using motion for a couple days now and I need to design a DVD menu for a project that is due soon, but motion keeps on crashing on start up. The only thing I can think of is restarting, and that didn't help. Is there anything like FCP Rescue for Motion? Any way I can trash the prefs? Any suggestions would be greatly appreciated.
    Salil Sundresh

    I have the same problem. I use Motion 1 on my MacBook Pro.
    After I start motion, it shows the browser and viewer very shortly.
    I tried to solve the problem by deleting the motion preferencelist <com.apple.motion.plist>, but the same problem remains.
    The message in Console.log is
    Jul 26 22:03:39 Hollywood crashdump[306]: crash report written to: /Users/Hollywood/Library/Logs/CrashReporter/Motion.crash.log
    The message in the Motion.crash.log is:
    Thread 11: (0xb031e81c, 0xb80f80af)
    0x00000000: /Applications/Motion.app/Contents/MacOS/Motion : + 0x0
    0x907e27e4: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFRunLoopRunSpecific + 0x678
    0x907f3120: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFRunLoopRun + 0x38
    0x095ef2bc: No symbol
    0x9002bea8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x9000aadc ctr: 0x9000ab80
    r00: 0xffffffe1 r01: 0xf03057d0 r02: 0xa07c2184 r03: 0xf03058a0
    r04: 0x03000006 r05: 0x00000000 r06: 0x00000450 r07: 0x00008603
    r08: 0x00000000 r09: 0x00000000 r10: 0xa1b1c1d3 r11: 0xa0006a3c
    r12: 0x9000ab80 r13: 0x00000000 r14: 0x00000000 r15: 0x907e2184
    r16: 0xa07c2184 r17: 0xa07c2184 r18: 0x22000024 r19: 0x00000000
    r20: 0xf03058a0 r21: 0x0d38daa8 r22: 0x0d38e048 r23: 0x00000000
    r24: 0xf03058a0 r25: 0x00000450 r26: 0x00008603 r27: 0x00000000
    r28: 0x00000000 r29: 0x03000006 r30: 0x03000006 r31: 0x907e2184
    MBP17   Mac OS X (10.4.7)  

  • Copying database please help graduation project

    Hi all
    i am doing my graduation project as computer science student i am doing visual basic for interface and oracle express as a database i have made the tables and everything but i need to copy the whole database to my friend's computers so they can help me inserting the data into the tables so i need basicly to transfer the database to my friend's computer can you help me doing that step by step i'm not that much in Oracle i know only selecting,updating and creating tables
    and if you please tell me if there is a way to make auto backup for the database just like the database by itself will do an automatic backup for itself every just like 1 week
    if there is a way can you plz provide me with it
    if there is no automatic way can you please provide me with the manual way of backing up the database.
    regards
    wish me luck in my project plz

    Hi there,
    It helps to specify which version of the database you're using, and the operating system on the computer, and whether 32 or 64 bit. Do this for each end (your computer and your friend's computer). It sometimes helps if you describe a bit about the hardware (eg the amount of memory).
    Examples of the first: 8.1.7, 9.0.1.4.0, 9.2.0.8, 10.2.0.3 (and more). I'm not familiar with Db Express, but I assume there's various versions of that as well.
    Examples of the second: Windows XP (I pray not), Linux, Free BSD, Max OS X 10.4. Please be as specific as possible: Is your Linux Ubuntu, Red Hat Enterprise, or something else?. What version? What's the output of <tt>uname -a</tt>, or <tt>uname -r</tt>.
    You might also give your (first) name, just to be polite.
    but i need to copy the whole database to my friend's computers so they can help me inserting the data into the tablesPerhaps a totally different way of skinning the cat: have you considered letting your friend(s) logging into your database remotely? It takes a bit of setting up: for Linux, it'll be a combination of a broadband connection, [http://dyndns.org/], a firewall setting (choose a port for SSH), ssh (eg PuTTY if your friends on Windows), and some usernames/passwords for your friends. Optional: install sqlplus on your friends' computers and use SSH to tunnel the connections across.
    auto backup for the databaseMy method is a little unsophisticated, but it works for small databases. Shut down the database (if paranoid, a cycle of <tt>shutdown immediate</tt>, <tt>startup restrict</tt>, <tt>shutdown</tt>), then backup the *.dbf, *.ctl, *.ora (datafiles, control files, and {noformat}[sp]{noformat} parameter files). Whether auto or manual is simply a function of whether you type the commands manually, or get the system to run a script at a regular hour, and you have to burn it to a CD or tape, and have that off-site for complete safety. Or you can back it up over the internet.
    If you need further help with remote connections or backup, I'd seek out forums for those particular activities - it's a bit off-topic here.
    Nick

  • HELP!  Project due! iMovie 06 acting weird!

    Sorry
    Somehow I accidently posted this in the iMovie 08 discussions and I realize it needs to be in this section -- so here's my question:
    Hi! I'm hoping someone can help us! My daughter has been working on a short 10 min historical documentary in iMovie 6.0.3 Everything was going great (we use this program often.) It has lots of still image clips that pan in out with the ken burns effect. She added audio to it using Quicktime audio files (which before she just drag and dropped into the timeline -- now she had to move them into iTunes and add them from the media window but that is no problem really except it seemed like the program was acting squirrely) She has had to redo some of the audio recordings and as a result some of the lengths of the photo image clips need to be changed. The problem is that suddenly all the clips are dimmed in the timeline (they weren't last night!!!) and we cannot grab the edge of a clip/image and lengthen it. It won't show us the little handle thing. We can change the length manually in the photo settings window but it's a real pain since we have to mess with it to get it it to just the right length!!
    I have no idea what changed -- what we might have accidently reset. I have shut down and restarted the program and the computer several times. I have checked the preferences and then discarded the preferences list and emptied the trash and restarted the computer. I have tried to open other iMovie projects that we have started and the timeline items are dimmed on those, too!
    What did we do? And how can I change it -- this is at a bad time since this is now due for a competition and she needs to fix these items before she can submit it!
    Thanks so much for your help!!!!
    Christine
    iMac 2.16 Intel Mac OS X (10.4.11)

    Check to make sure that iMovie has sufficient free disk space to operate--at least 10GB. Update all of your iLife programs to current versions. Then do a permissions repair using the Utilities/Disk Utility app on your Mac. Do the permissions repair whether or not you update.
    Usually when iMovie acts strangely, it often helps to close iMovie and trash the file com.Apple.iMovie.plist located in User/Library/Preferences. But, you said you already did that.
    Good luck with this.

Maybe you are looking for

  • BC4J x BEA Weblogic

    We have a BC4J Application , and we want to know how to configure the connections.properties file to use Weblogic Connection Pool. If you have some examples , please send them. Thanks Flavio Fonte

  • Checkbox in iGrid

    Hi, Can somebody explain how to display a checkbox in a iGrid? I would like to use the checkboxes as my primary selection method for selecting rows and disable the selection method such as highlighting the rows using Ctrl or Shift or Drag techniques.

  • Ink/Cartridge issue with my OfficeJet Pro 8500A Plus

    My OfficeJet Pro 8500A Plus has been drinking color ink.  We rarely print color, as we purchased this unit for its fax/copy capabilities (almost all B&W).   Upon recent replacement of the Cyan and Yellow cartridges, the system refuses to operate.  Th

  • I am a new developer in iOS, need info about iTunes Store

    I am a new developer in iOS, I have created an weather app just to show recruiters about my work and to get the work or job from them. This is not for sale, i know apple provide built in weather app. Can i add this app to iTunes store.

  • Regarding static block

    Hi, I need to get two properties from the properties file and i will use these properties across the application,How can i write the util class which get the two properties and i can use acrross the application. Can i use the staic block in the util