My Assignment about pyramid

This is my assignment below
a) Get one number and a character from the user. Print the following shape using the character. In other words let’s assume that the user enters 5 as a number and ‘*’ as a character, then the program should print out the following shape which is a pyramid of 5 lines, builded with character “*”
Then the program should ask, whether or not the user wants to continue, if the user enters the character “y/Y” then do the same again, for any other character the program should stop.
Can u help me? I am bad at for loops so... (It's a pyramid shape actually...)

SwmeRt wrote:
those codes are not the bottom half. try to compile it please to see what i mean... I couldn'T show in here.Not sure what pattern you're trying to construct, but try to write down on a piece of paper how many spaces and how many stars you want to display per row.
Here's an example:
           | single space  | space+star
-----------+---------------+------------
         * |        8      |        1
       * * |        6      |        2
     * * * |        4      |        3
   * * * * |        2      |        4
* * * * * |        0      |        5
   * * * * |        2      |        4
     * * * |        4      |        3
       * * |        6      |        2
         * |        8      |        1
           | single space  | space+star
-----------+---------------+------------
     *     |        4      |        1
    * *    |        3      |        2
   * * *   |        2      |        3
  * * * *  |        1      |        4
* * * * * |        0      |        5
  * * * *  |        1      |        4
   * * *   |        2      |        3
    * *    |        3      |        2
     *     |        4      |        1 Now try to translate it into code.

Similar Messages

  • About Pyramid data

    In GeoRaster WP,it says SDO_GEOR.generatePyramid can generates pyramid data for a GeoRaster object.
    there are any examples about It . ths......

    This is the sql I use to create Pyramids:
    declare
    gr mdsys.sdo_georaster;
    begin
    select georaster into gr
    from RACINE where georid = 21 for update;
    sdo_geor.generatePyramid(gr, 'resampling=NN');
    update RACINE set georaster = gr where georid = 21;
    commit;
    end;
    declare
    gr mdsys.sdo_georaster;
    begin
    select georaster into gr
    from RACINE where georid = 21 for update;
    sdo_geor.generatePyramid(gr, 'resampling=NN');
    update RACINE set georaster = gr where georid = 21;
    commit;
    end;
    RACINE is the table
    21 is the 21st image in the table
    Hope this helps
    Larry

  • Any1 there can help out with my assignment about washing machine by using labiew 2010

    help me !!!
    Attachments:
    2_apu_spcc_assignment_washing_machine.doc ‏92 KB

    Hi Alex,
    you have/had 11 weeks to fulfill your assignment. Right now you even cannot tell us the problems you have with the assignment?
    Also it would help to use proper English. Not everybody here uses English as it's first/native language, so sentences like yours are hard to read ("bro", "wanna", "u", small "i")...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • What are the bad things about Apple Remote Desktop

    What are the bad things about Apple Remote Desktop? Need it for my assignment

    Is your assignment about managing a classroom full of Macs?
    Otherwise, Screen Sharing, or a VNC client/server, or TeameViewer.com, or LogMeIn.com might be better, and less expensive.
    ARD is intended for managing a classroom or office full of Macs. It is overkill for remotely accessing a remote Mac or two.

  • Are there some Golden Rules about tablespace design?

    hi gurus
    I am working for an assignment about tablespace design for our new BOSS system whic is a HEAVE OLTP system。
    I dont know how to decide how many tablespacesare are going to be there.
    According my existing experience,I think i should design tablespace according to these ruels:
    1) put Big tables and Small tables in differents tablespaces
    2) put tables and indexes in differents tablespaces
    3) seprate frequent updated tables to differents tablespaces
    4) put comparatively static(means not updated frequently) tables together in one or two tablespaces
    5) .....
    And what else rules you may add to? Thank u in advance
    Edited by: KevinMao on Nov 10, 2009 1:25 AM

    After viewing some links from google i would like to sum-up Golden Rule for tbs design:
    1. Always create locally managed tablespace (extent management).
    2. Never create tablespace with hundreds of small datafiles for avoid slower checkpointing.
    3. Segment types that are used the same way should be stored together.
    4. The system should be designed for its most common usage:
    5. Separate areas should exist for exceptions.
    6. Contention amoung tablespaces should be minimized.
    7. The data dictionary should be isolated.
    8. Always give a proper name to tablespace; so that it may easy to know that what this tablespace contains.
    9. http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Recommendations_to_minimize_disk_I/O_contention&anchor=iooracle
    Hth
    Girish Sharma

  • Project Server 2010 - A project blocks My tasks

    Hello!
    I am currently unable to open My Tasks page. Here's the short history. We're preparing a presentation with screenshots of various pages on PS2010, and for some reason, a colleague has decided to assign about 250 tasks - almost a whole project to a single
    resource. The resource is, of course, me. The moment she does that, My Tasks page stops responding, that is, it starts "O  Loading" and never finishes, printing out only "Unknown error has occurred". Everything else works fine, the
    mentioned project is editable in Project Center etc.
    Having encountered something similar earlier on a different software, I assumed that some kind of timeout is the cause, i.e. the sql server or the project server cannot process the data in a reasonable time. I checked CPU and memory usage on the PS, and
    it was mostly idle. Then I logged to the sql server, and it was stuck on 100%. For a moment, I thought that I had a solution ready, so I added two more virtual processors to the sql server (since everything is on HyperV). Well, it didn't work out. I googled
    for a maximum number of tasks PS2010 should be able to support, and I confirmed that 200 tasks represents no problem at all. So now, the sql server is not overloaded, the project server waits for data, and nothing happens.
    The error log reports Error ID 7747, and here's the info:
    SSP Name: Project Server Service Application
    PSError: NoError (0)
    Project Server has encountered an underlying SQL Server exception. Please refer to SQL Server documentation for more details.
    SQL Exception details:SqlException occurred in DAL:
    <Error><Class>0</Class><LineNumber>0</LineNumber><Number>10054</Number><Procedure></Procedure>
    <Message>
    System.Data.SqlClient.SqlError: A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
    </Message>
    <CallStack>
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParserStateObject.WriteSni()
       at System.Data.SqlClient.TdsParserStateObject.ExecuteFlush()
       at System.Data.SqlClient.TdsParser.TdsExecuteRPC(_SqlRPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj, Boolean isCommandProc)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
       at Microsoft.Office.Project.Server.DataAccessLayer.DAL.SubDal.ExecuteStoredProcedureDataReader(String storedProcedureName, CommandBehavior commandBehavior, SqlParameter[] parameters)
    </CallStack>
    Any ideas how to solve this (without deleting the project, which, of course, works)?

    Sounds like a timeout of some sort Raptus.  Can't you just get unassigned from the tasks in that plan and then re-publish?  as these were just for a demonstration I guess you can lose them.
    Best regards,
    Brian.
    Blog |
    Facebook | Twitter | Posting is provided "AS IS" with no warranties, and confers no rights.
    Project Server TechCenter |
    Project Developer Center |
    Project Server Help | Project Product Page

  • System Monitoring Issue.

    Dears ,
    We are using Solman 7.0,SP16 on Oracle 10.2.0.2.
    We are configuring System Monitoring for our ECC5(DEV,QAS,PRD) landscape on it.
    Now for it I added system in SMSY then assigned them in logical comp as per their role and then assigned that log comp to a solution.
    Now when I goto DSWP->setup system monitoring...
    It only show me producation server and its dialog instances there not my DEV and QAS server.
    So my first question is
    1--Do I have to create seprate solutions and seprate log comp to configure system monotoring for all servers.
    2-In configuration there are some parameters like programme buffer whose threshold value it is not picking by defualt so when I go to metion in RZ21 there are some option like message class,method assignment about which I am not aware so please suggest how can I configure such type of parameters.
    Shivam

    Go to tx DSWP
    Choose your solution
    Go to Operation Setup (in left screen)
    Go to Solution Settings (in right screen)
    Choose tab "System Group"
    You'll find your logical component with in it your systems, probably only your PRD is highlighted in green.
    Go to change mode, right click the systems you want to add (QAS & DEV) and choose "put in solution".
    Don't forget to save!
    If all is well, all your systems should be visible when you want to setup system monitoring now.

  • Please help...excel to html

    Dear,
    I have a assignment about java. My platform is red hat linux, jsp, tomcat server. I don't know how to upload a excel file and display this in browser. The main problem is that how to convert excel file into html format or anyother method?
    that is i want to display the excel file in jsp....Can anyone help me.
    Please help me as it is very urgent. please!!
    Thanks very much
    joyce

    Work assignment or homework for school?
    joycejoyce, you're swallowing a lot here if you really are fresh to Java. Have you written any Java before taking on this assignment?
    You sound like you're in a panic. Get a good book on servlets, like Jason Hunter's O'Reilly book or Marty Hall's "Core Servlets and JSPs" and start reading a little before you jump into a POI black hole.
    No matter how desperate you are, you can't expect anybody watching this forum to just hand you a solution. You're going to have to do some work, and it's going to take time. Start reading, coding, and learning. Try to do something easy before you do something hard. Can you run Tomcat at all? Can you do a simple servlet and JSP and get them to work? That's a start. Do that before you tackle anything else.
    JMHO. - MOD

  • How to update a text file?

    I am doing an assignment about a bank account. A text file stores the accounts.
    Account Text file:
    User1|Password1|Balance1
    User2|Password2|Balance2
    When user wants to deposit or withdraw the account, then how can update the balance.
    The problem is the length of balance is not fix. eg. $100 -> $90, vice versa.

    You cannot update a file that way. You're going to have to read the file and rewrite it in another file replacing the old balance value with the new balance value and then overwrite the old file with the new file.
    If the file is not to big you can load the whole file in memory with a String then work on that before rewriting it to the file.
    Otherwise your going to have to read chunks of lines and append them to a temporary file.
    I suppose this is no enteprise application but only a student's assignment, or else you should of course use a database for that kind of job!

  • Form jsp data are not going to servlet

    Hi guys
    i got a problem doing my uni assignment. this is an assignment about taking data from a html webpage. then storing the data in a xml document through java servlet. the problem is when i try to pass tha data through servlet it doesnt work. the error message it give is following:
    Error: 500
    Location: /BookingApp/servlet/BookingProcessServlet
    Internal Servlet Error:
    java.lang.NullPointerException
         at BookingProcessServlet.generateDOM(BookingProcessServlet.java:119)
         at BookingProcessServlet.doPost(BookingProcessServlet.java:294)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.facade.ServletHandler.doService(ServletHandler.java:574)
         at org.apache.tomcat.core.Handler.invoke(Handler.java:322)
         at org.apache.tomcat.core.Handler.service(Handler.java:235)
         at org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:485)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:917)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
         at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:176)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:516)
         at java.lang.Thread.run(Thread.java:479)
    the coding in the corresponding linnes mentioned in the error message i have givan below:
    for at BookingProcessServlet.generateDOM(BookingProcessServlet.java:119)
              BookingBean [] bookinglist = (BookingBean []) bookings;
         >>>>     for(int i=0; i<bookinglist.length; i++) >>>> this the line where the error is shown
                   if (bookinglist[i] != null)
                        bookingcount++;
                   else
                        continue;
    for at BookingProcessServlet.doPost(BookingProcessServlet.java:294)
    public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
         String action = request.getParameter("action");
         if (action != null && action.equals("Back"))
              if(insertBookingToSession(request))
                   response.sendRedirect("../jsp/deafault.html");
              else
              response.sendRedirect("../jsp/ListFullError.html");
         else if (action != null && action.equals("Confirm"))
              Document newDOMTree = generateDOM(request);
              generateXMLDocument(newDOMTree);
              HttpSession session = request.getSession(true);
              session.removeAttribute("BookingList ");
              response.sendRedirect("../jsp/confirm.html");
    Please this is is urgent. the problem is I am new in JSP and Java Servlet programming. So I dont have any idea what is this problem.
    please reply as soon as possible. thank u guys.
    waiting for the replies.

    hei chk d ff code : this code works i tried dis before i gave it to u
    <HTML>
    <%@ page import="java.io.*"%>
    <%@ page import="java.util.*"%>
    <%
    if(request.getParameter("submit")!=null){
         String filename="C:/Program Files/Apache Group/Tomcat 4.1/webapps/lbc/xml/test.xml";
         String xmlString = "<xml>";
         Enumeration enums = request.getParameterNames();
         while(enums.hasMoreElements()){
         String tagname= (String) enums.nextElement();
         xmlString = xmlString +"<"+tagname+">";
         xmlString = xmlString +request.getParameter(tagname);
         xmlString = xmlString +"</"+tagname+">";
         System.out.println(xmlString);
         try {
         BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream(new File(filename)));
         bos.write(xmlString.getBytes());
         bos.flush();
         bos.close();
         catch (IOException ioe) {
         System.out.println(ioe.toString());
    response.sendRedirect("Confirmation.jsp");     
    %>
    <TABLE CELLSPACING="1" CELLPADDING="0" BORDER="0" WIDTH="50%">
    <FORM method="post" NAME="test">     
         <TR>
         <TD BGCOLOR="#94976E">First Name:</TD>
         <TD><input type="text" name="fname"/></TD>
         </TR>
         <TR>
         <TD BGCOLOR="#94976E">Last Name</TD>
         <TD><input type="text" name="lname"/></TD>
         </TR>
         <TR>
         <TD BGCOLOR="#94976E">Middle Initial</TD>
         <TD><input type="text" name="iname"/></TD>
         </TR>
         <tr>
         <td colspan="2" align="center"><INPUT TYPE="SUBMIT" NAME="submit" VALUE="Send"/></td>
         </tr>
    </FORM>
    </TABLE>
    </HTML>

  • What settings do y'all use for Memory Usage?

    Application default is 100% and Still Cache is 10%.
    I have seen diffeent theories on this and put my Apllication down to 80%. Now it seems I am getting an Out Of Memory message when doing haevy duty renders.
    Ideas?
    Thanks folks!

    Buy more memory, Mark. It's cheap.
    FCP can use a total of 4GB, but it assigns about 1.5GB for related processes it figures it needs, so the core application can then use up to 2.5GB. When you have 4GB or less, that means if you allow FCP to use 100%, the OS will have little or nothing left and will use Virtual Memory when the need arises, This in turn will impact FCP and cause Page Outs. That means your timeline will be playing from the hard drive.
    So, if you have 4GB or less, set the FCP memory allowance to less than 100%. In your case, you apparantly don't have enough memory for your project's needs.
    So, buy more RAM. It's cheap.

  • Calling all Guru's!!

    I've got a 90 min. Doc that I am trying to render at the highest quality.
    So in the sequence settings:
    video processing tab I toggled "Render all YUV material in High-Precision YUV" and motion filter quality is at BEST.
    And in Render Control:
    framerate/resolution are at 100% and quality is at BEST.
    I start the render and some time later I get an "Error: Out of Memory" message.
    (only since FCP6, have I noticed this?!?)
    I've got 8Gig of Ram, (but I know that FCP has a cap of Ram usage.
    Under System settings:Memory &cachetab:
    My app is at 100%(2560MB)
    and still cache is at 46% (1109MB)
    Thumbnail Cache:
    Disk 8192K
    RAM 512K.
    Should I change these settings, can I make them higher?
    Thank you guys in advance~!!
    Zack
    Dual 2.7 G5   Mac OS X (10.4.9)   8 GB DDR SDRAM 2X400 internal

    -----I've got 8Gig of Ram, (but I know that FCP has a cap of Ram usage.
    Under System settings:Memory &cachetab:
    My app is at 100%(2560MB)
    and still cache is at 46% (1109MB)
    Thumbnail Cache:
    Disk 8192K
    RAM 512K.
    I don't know that this would be the source of your problem but...
    I do not that it is generally not recommended to have the RAM set at 100%. Although I'm not sure of the % recommended, I'm set at 80.
    EDIT
    Actually, here's an explanation of that from Brian Conner
    FCP can use a total of 4GB, but it assigns about 1.5GB for related processes it figures it needs, so the core application can then use up to 2.5GB. When you have 4GB or less, that means if you allow FCP to use 100%, the OS will have little or nothing left and will use Virtual Memory when the need arises, This in turn will impact FCP and cause Page Outs. That means your timeline will be playing from the hard drive.
    So, if you have 4GB or less, set the FCP memory allowance to less than 100%. In your case, you apparantly don't have enough memory for your project's needs.

  • Business Content Installation with Remote Activation

    Hi
       During Business Content Installation, BI system attempts to do Remote Activation in the Source System
      But in my case, it's searching for the datasources in the ERP source system instead of the CRM system
      How do I get the Business Content to look into the right CRM system
      Also, do I have to manually build the transfer rules of InfoSource to DataSource ? At the moment, I don`t have InfoSource automatically mapped to DataSource

    Hi, before collecting the datasource to the right you have to select the source system by one of the following ways:
    1) press Shift F7
    2) click on the source system icon on top
    3) goto menu Edit->Source system assignment
    About your secod question check if the BI content already has a mapping defined if not you have to manually create the mapping.
    Best Regards,
    Brindha.

  • After installation of Mavericks, I get the warning : Apple Qmaster File Agent not found.  Any solutions?

    Hello,
    Everything was great running Mavericks in FCPX and seemingly Compressor... up until I hit the 'submit' button on a project.  I found the following thread, which is related, but it doesn't mention Mavericks so I started a new one here.  I'm guessing my problem has to do with Mavericks because I was able to export videos fine yesterday before the upgrade.   I followed Russ' potential solution in that thread to no avail.  The same problem happens whether I try to use the systems cluster or not.  Here's the thread:
    https://discussions.apple.com/message/23434754#23434754
    After trying all of that, I decided to use FCS Remover to remove FCPX, Compressor and QMaster (like I've had to do in the past when something would stop working after an update).  I then re-installed everything and opened my Compressor project back up for export.  I was expecting it to go through at that point, but alas, the same dreaded warning message appears:  "An internal error occurred: Apple Qmaster File Agent not found."
    I'm stumped.  Don't know what to do besides uninstalling all my pro apps, including QMaster, and reinstalling.
    Any ideas? 

    I set QMaster Preferences for Compressor Services to "Share" = checked and "Managed" = Checked, then I set Instances to 4, it did not work, back to the original error "Qmaster file Agent not found".
    Look at some of your information I noticed that in Qmaster Preference the "Advanced" - Network - Use Network Interface: "All Interfaces". So I changed that to "Built-in Ethernet 2" (NIC my cable is plugged into) and set "Enable Port Range: From 50,000 with number of ports 1000".
    So, for the heck of it I tried setting Instances to 2 -- and it worked, look in Batch Monitor I see 5 segments, 1 audio and 4 video with 2 out of 4 video transcoding (each was assigned about a 2 min chunk of video). Progress -- ok, so now I set Instances to 3 and submit batch -- it's still working, I get 7 segments 6 video and 1 audio. Ok the big test, setting Instances to 4 and it still works!! 9 segments, 8 video and 1 audio, WoooHoo, its working!
    Just to be sure I open up Activity monitor and all 4 of my CPUs were cranking at 95% utilization.
    Also checked OS X firewall setting, they are set to most minimal. Checked my router also, 192.168.1.2 is the IP assigned to my MacPro and the router is set to DMZ that specific IP (meaning is basically open to any port).
    But I think the KEY in my case was to change the "Use Network Interface" from "All Interfaces" to "Built-in Ethernet 2" and then Enable Port Range from 50,000.
    On a side note, the progress bars in Batch Monitor and in Compressor are way off with the "Remaining" time estimates -- overall progress will suddenly jump -- it looks as if the remaining time isn't being divided by the number segments currently running or something?
    Thank you for your assistance.
    Rob.

  • Table Advice

    I have a requirement to create an employee job tracking system and want some advice on the tables. Here is the flow of what happens:
    An employee is assigned about 10 jobs to start with. For each job an employee is assigned, I need to track their status for each day.
    So for each record in the employee job table, there would be 365 records tied to it in the Employee_Job_Detail table.
    If an employee switches jobs mid year, and it seems to happen frequently, I need to update the employee job table (job_status column) for all records from that date to the end of the year. I would also need to create another 365 records in that table for the new job they are assigned. So for each transaction I may be updating a couple hundred record and inserting another 365.
    I proposed that tables below. The job-detail table is small, but I am concerned about performance with all the records and the DML that will occur. I thought about using arrays, but not sure if that would help. Any advice would be appreciated.
    Thanks!
    Employee_job
    PK_ID
    EMPLOYEE_ID
    EMPLOYEE_JOB
    unique index (emp_id,emp_job)
    Employee_Job_Detail
    PK_ID
    FK_EMPLOYEE_JOB foreign key employee_job refernces(PK_ID)
    JOB_DATE
    JOB_STATUS
    unique index (fk_employee, job_date)

    bobmagan wrote:
    I have a requirement to create an employee job tracking system and want some advice on the tables. Here is the flow of what happens:
    An employee is assigned about 10 jobs to start with. For each job an employee is assigned, I need to track their status for each day.
    So for each record in the employee job table, there would be 365 records tied to it in the Employee_Job_Detail table.
    If an employee switches jobs mid year, and it seems to happen frequently, I need to update the employee job table (job_status column) for all records from that date to the end of the year. I would also need to create another 365 records in that table for the new job they are assigned. So for each transaction I may be updating a couple hundred record and inserting another 365.
    I proposed that tables below. The job-detail table is small, but I am concerned about performance with all the records and the DML that will occur. I thought about using arrays, but not sure if that would help. Any advice would be appreciated.
    Thanks!
    Employee_job
    PK_ID
    EMPLOYEE_ID
    EMPLOYEE_JOB
    unique index (emp_id,emp_job)
    Employee_Job_Detail
    PK_ID
    FK_EMPLOYEE_JOB foreign key employee_job refernces(PK_ID)
    JOB_DATE
    JOB_STATUS
    unique index (fk_employee, job_date)Is there more to it than you are showing? Seems to be not terribly useful with the only real info from the system being job status. Since proper table design depends on knowing all of the data elements and their relationships, it's nigh unto impossible with what little you've shown, and not knowing how the data is really used.
    First thing I think of is why 365 daily rows in the detail table? Why not just a row when the status changes?

Maybe you are looking for

  • What is open dns, and why is it blocking my home page?

    I don't know what "open dns" is, but when I try and open my home page, a news site, I get a message that says "This domain has been blocked by your network administrator." This is my own computer, and I didn't block anything. It just started doing th

  • Error message at login

    Whenever I start iTunes 9.0 for Windows I get the following error message and have to close the dialog box before iTunes will start. The registry settings used by the iTunes drivers for importing and burning CDs and DVDs are missing. This can happen

  • Easy question array

    Hello experts, i have an easy question. I need to store data in a 1D array so that the first data is written in the place of index 1 the second in index 2 aso.  I've tried it but somehow either i only had the last data in all indexes or only the last

  • Accessing swing by invoking jvm

    plz see the following code, when i try to access the swing functionality, jvm crashes!! ////// code to access jvm ///// invoke jvm & call java's main static method works fine for the java program below unless i remove the comments /*extends JFrame*/

  • How to find a new LUN

    There is supposed to be a new 1 TB LUN attached to an Oracle server but it doesn't seem to show up.  I've tried the usual commands like cfgadm and format but without any luck. The guy who allocates stuff on the EMC tells me (I am not sure what it mea