| jsp |
03-Jul-2009 |
 |
Hi
How to inactive button based on checking condition in jsp page(using java code)?
With Regards
Venkatesan... View Questiona/Answers
|
| java |
03-Jul-2009 |
 |
Define a class named Housing with the following Description:
private members:
REG_No :integers(10-1000)
Name: Array of Characters
Type: Character
cost float
public Members:
function read_data() to read an object of Housing type
function display() to display the details of an object
... View Questiona/Answers
|
| Why System class not in jsp |
03-Jul-2009 |
 |
Hi Friends, why system.out.println("") not working in jsp . But out.println is working I want the reason pz . Thanks Prakash... View Questiona/Answers
|
| Save,Discard and Cancel button |
03-Jul-2009 |
 |
How can I create a confirm message with Save,Discard and Cancel button instead of OK/Cancel buttons in java script inside a jsp? ... View Questiona/Answers
|
| connection |
03-Jul-2009 |
 |
how to connect server pages to mysql... View Questiona/Answers
|
| how to add save,discard,& cancel button in a message box |
03-Jul-2009 |
 |
how to add save,discard,& cancel button in a message box"... View Questiona/Answers
|
| Robot class |
03-Jul-2009 |
 |
hi!!!
wenever i execute this code i get the error!!
inputevent veriable not found!!!!
i m using sdk 1.5!!
plz tell me the problem if ny1 knws !!!
program is simple!!! but even the simplest one is not running!
import java.lang.*;
import java.awt.*;
public class Robot04{
public static... View Questiona/Answers
|
| KeyCode |
03-Jul-2009 |
 |
I want to know the keycode for dot(.)key.
and also is there any way to put + and - together that is one below the other in a JLabel(eg--to denote y+or-z)... View Questiona/Answers
|
| database connectivity |
03-Jul-2009 |
 |
can u ppl pls provide me with database connectivity programs with MSacces
... View Questiona/Answers
|
| Difference between MVC1 And MVC2 |
03-Jul-2009 |
 |
HI Friends,Can u Give me difference between mvc1 and mvc2. Thanks Prakash... View Questiona/Answers
|
| java |
03-Jul-2009 |
 |
I am developing a login registration application every thing works well but the registration page is not working every time it shows an error can,t receive value like age,date of birth ... View Questiona/Answers
|
| eclips hyperlink |
03-Jul-2009 |
 |
In my myeclipse if hyperlink is provided in any application , it's not working when I deploy it.
I also use net at my PC, is there any problem due to IP Address... View Questiona/Answers
|
| sessions |
03-Jul-2009 |
 |
how can we maintain sessions and using that particular session can we perform diffrent bussiness logic of any particular user... View Questiona/Answers
|
| Updation and deletion |
03-Jul-2009 |
 |
How to provide updation and deletion in data view of jsp... View Questiona/Answers
|
| Event handling |
03-Jul-2009 |
 |
Hi,
This is a similar kind of question i had asked before, with a little difference.
Two JCombobox and a JtextField.
When I select an Item from the first Combo(i.e.,Select,First,Second or Third),the set of items in the second combo should change(i.e.,when "Select" is selected 2nd combo ... View Questiona/Answers
|
| how to draw multilple circles in a circular form and connect them with lines |
03-Jul-2009 |
 |
Hi,
Can anyone explains me , how to draw multiple circles using a single applet or swings in a circular form and connect them with lines. It should look like some network......
Hope i get the solution
Thanking you... View Questiona/Answers
|
| problem from registering a data in database with servlet |
02-Jul-2009 |
 |
Hi Rose,
i created a servlet to validates ten user details in the database, if present it should return "You have already registered" but if not it should take all the user's details and submit into database.
but it'll first insert the details in the database for the first time you op... View Questiona/Answers
|
| i need help |
02-Jul-2009 |
 |
hello,
i need help regarding this program.
public class PingTest {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
System.out.print("Enter IP Address
: " );
try {
String ip = br.readLine();
Process p = ... View Questiona/Answers
|
| Upload and download file |
02-Jul-2009 |
 |
What is JSP code to upload and download a document in a web page?... View Questiona/Answers
|
| Java |
02-Jul-2009 |
 |
Dear roseindia team,
Thank you so much for the answer.am very happy and glad being one of roseindia member because I learn Java easily through roseindia even I still intermediate but I need more tutorial and hope roseindia team will teach me as they always will.
Furthermore, I would like to know m... View Questiona/Answers
|
| Algorithm_3 |
02-Jul-2009 |
 |
My question is:
Briefly describe the bubble sort algorithm, compare and contrast it to the quicksort
algorithm.
thanks.... View Questiona/Answers
|
| not able to run in gcj file |
02-Jul-2009 |
 |
We have a java program in Linux environment, which hits DB for some data and encode the same. We need to compile this java using GCJ compiler, we were able to do so using the following command.
gcj --classpath=/data1/geoae/OilnGas-JDPAD/OilnGas-JDPAD-Restructured/src:/data1/geoae/Oi... View Questiona/Answers
|
| java code |
02-Jul-2009 |
 |
when will go for abstract and when will go for interface
can u give with examples with real time examples... View Questiona/Answers
|
| validation.xml |
02-Jul-2009 |
 |
When Systolic Blood Pressure is entered but Diastolic Blood Pressure is not entered, display the error message CS818 for Diastolic Blood Pressure.
When Diastolic Blood Pressure is entered but Systolic Blood Pressure is not entered, display the error message CS818 for Systolic Blood Pressure.
i wou... View Questiona/Answers
|
| Algorithm_2 |
02-Jul-2009 |
 |
Hi Friends,
Some friends ask me what is the specify algorithm you want?Ok I'm sorry, I forget mention that;
The basic algorithm Quicksort(S) is recursive and consists of the following four steps
1) If the number of elements in S is 0 or 1, then return
2) Pick any element v in S. This... View Questiona/Answers
|
| struts-config.xml |
02-Jul-2009 |
 |
in struts-config.xml i have seen some code like
in this what is the meaning of "{1}".
when u used like this? what is the purpose of use?
<forward name="invalid" path="/patientManagement/{1}MedicalTeam.jsp" />... View Questiona/Answers
|
| java compilation error |
02-Jul-2009 |
 |
how to import default package class in to another package in java
for example
class hello{
void display(){
System.out.println("Hello java");
}
}
package com;
class useDefault{
psvm(String arg[]){
hello h = new hello();
h.display();
}
}
if it is not possible then... View Questiona/Answers
|
| FLEX 3 Combobox |
02-Jul-2009 |
 |
Hello, Love your site!
Well, Im an old fart ,lol and just started tinkering with Adobe Flex. I have downloaded your combobox with text output lesson to get a better understanding, however I am still a little confused. Basically, I am trying to create a list of airport codes within a combobox - ... View Questiona/Answers
|
| Locale with SimpleDateFormat |
02-Jul-2009 |
 |
What does that mean when instantiating a SimpleDateFormat object,specify a locale?
Its just a good programming practice...
Explain with a code
Thanks... View Questiona/Answers
|
| Algorithm |
02-Jul-2009 |
 |
(a) Describe the manual procedure, if one has to use the above algorithm and the first
element as the pivot to sort the sequence of numbers as 8, 12, 9, 1, 7, 4, 2, 89, 11.... View Questiona/Answers
|
| coding problem |
01-Jul-2009 |
 |
hi! i declared date as date datatype in oracle now i need to retrieve date from database to my java code.how can i please help me urgent ... View Questiona/Answers
|
| create html of word ,excel,ppt |
01-Jul-2009 |
 |
Plzz tell me how to create html page of word , excel ,ppt document dynamically using jsp because in my project I have to store uploaded files as html page.... View Questiona/Answers
|
| i need help |
01-Jul-2009 |
 |
hello,
i need help regarding this program. this program gives ping to the system.
import java.net.*;
import java.io.*;
import java.util.*;
public class pingTest {
public static void main(String[] args) {
String ip = args[0];
String pingResult = "";
String pingCmd = "p... View Questiona/Answers
|
| onClick not working |
01-Jul-2009 |
 |
The project is to create a pizza ordering form. On the summary page, I am trying to get a confirmation to popup when the submit pizza order button is clicked. I have it linked to a function, but there is no response.
Does anyone see what I am missing?
Thank you.
T8tr
<HTML>
&l... View Questiona/Answers
|
| JComboBox Event Handling |
01-Jul-2009 |
 |
Hi,
I have problem with event handling here.There are Two JComboBox and a JTextField.When I select an item in first combo(Select,First,Second in the below program) the items in the second combo change(One,Two or Three,Four in this Program).after this when i select an item from the second combo, t... View Questiona/Answers
|
| java programming |
01-Jul-2009 |
 |
hi!!!
we have been allocated a project "remote admin"?
but we dont knw how to proceed further??
what should we do first?
plz help me out?
r there any user manuals to help us out, from this conditions?
if anyone knws some relevant stuff plz specify!!!... View Questiona/Answers
|
|
01-Jul-2009 |
 |
... View Questiona/Answers
|
| Date Time Problem In Jsp code |
01-Jul-2009 |
 |
Hi Friends,
By using this code , am storing date and time into msaccess database. But while retriving i want to get same date and time .send me code for that.
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yy HH:mm:ss a");
java.sql.Timestamp sqlDate = new java.sql.... View Questiona/Answers
|
| avoiding System.exit() |
01-Jul-2009 |
 |
What should I do to avoid System.exit() since it is not a good programming practice....... View Questiona/Answers
|
| java project |
30-Jun-2009 |
 |
hi this amol
i wish to do a project on banking software in java
can u help
... View Questiona/Answers
|
| JScrollBar |
30-Jun-2009 |
 |
The code below implements the JScrollBar. The problem is when I scroll the verticle bar the information in the label does not change position. How do I resolve this problem?.
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class IMPL_ScrollBar implements AdjustmentLi... View Questiona/Answers
|
| Java |
30-Jun-2009 |
 |
Hi,
I want to populate an excel sheet with data from Oracle database. Please help me with this.
Regards,
Pratyush... View Questiona/Answers
|
| Verifying Version of Java |
30-Jun-2009 |
 |
I am coding an install script for Star-CCM+ (CD-Adapco) that requires Java 1.6.x at least. So I am looking for a testing I can do inside my wise script that will identify the LATEST version of Java that is installed in the clients PC. I would have looked for a version of Java.exe, but there can be m... View Questiona/Answers
|
| java swing problem |
30-Jun-2009 |
 |
i doesn't know about the panel in swings here i had created one frame then created a panel and i added that to my frame but which is not adding any item and it not showing that item on the panel tell me how to make the that... View Questiona/Answers
|
| Y servlet as a controller |
30-Jun-2009 |
 |
Hi Friends, Can anyone tell me why servlet used as controller not jsp.
What are the advantages.... View Questiona/Answers
|
| Java Date Utility |
30-Jun-2009 |
 |
How to determine the maximum number of weeks in a year (52 or 53) as per the ISO Calendar? Is there any standard method in java to implement this? Or any custom method which have been used? Help needed urgently
Regards
Bliss... View Questiona/Answers
|
| web pagr designing |
30-Jun-2009 |
 |
what is the use of XML in web page designing i want a sample code?
i mean to say what is the real use of XML in jsp???
can any body suggest me ???... View Questiona/Answers
|
| web pagr designing |
30-Jun-2009 |
 |
what is the use of XML in web page designing i want a sample code?
i mean to say what is the real use of XML in jsp???
can any body suggest me ???... View Questiona/Answers
|
| how to draw a network with nodes and lines connecting them |
30-Jun-2009 |
 |
HI,
can anyone tell me, how to draw a network with nodes connected with lines in java....( say for 3 nodes). Actually iam doing a project. In that, i need to show the application which can develop a network with any number of nodes...... please guide me..
Thanking you... View Questiona/Answers
|
| editing cell in a table |
30-Jun-2009 |
 |
how can i edit a cell in a table and save the change to a database... View Questiona/Answers
|
| Exception Handling |
29-Jun-2009 |
 |
hi,can u pls make me understand d clear cut difference between throw n throws keyword...
n how can we make our own exception..i red through book but could not understand it...
so pls make me understand by suitable example..
Thanking u
Santosh..... View Questiona/Answers
|
| how to draw network with nodes |
29-Jun-2009 |
 |
how can i draw a network graph (game theory) with 3 nodes and each node display some information.... View Questiona/Answers
|
| Steps to execue jsp in jcreator |
29-Jun-2009 |
 |
Hi Friends, Can anyone give steps for executing jsp and servlets using
Jcreator IDE... View Questiona/Answers
|
| Jmeter |
29-Jun-2009 |
 |
Hi i new to the jmeter , i need to do the load test for one of the website,
could you please tell me the end to end process,
here are the inputs
we developed site in PHP... View Questiona/Answers
|
| Core Java |
29-Jun-2009 |
 |
Hi Sir/Madam,
Can u please explain about the Double in java.
I have problem with Double datatype.
public class DoubleTesting {
public static void main(String[] args) {
Double amt=137.17*100;
System.out.println("amt = " + amt);
long tmpAmt=amt.longValu... View Questiona/Answers
|
| WordExtractor.java |
28-Jun-2009 |
 |
I am looking to put together a program that identifies a letter from a sentence to form a word. Can you get me started in the right direction on how to do this?... View Questiona/Answers
|
| Beep in Execution |
28-Jun-2009 |
 |
Hi everybody,
I am now able to read the doc file in java but while executing it emitts beep sound everytime it reads from the file and displays the contents of doc file in command prompt.
So help me in avoiding the beep sound. I exected the code as it is that Deepak sir gave me for my "fi... View Questiona/Answers
|
| thanks deepak for guiding me to draw graphs using org.jfree |
28-Jun-2009 |
 |
Hi deepak,
thanks deepak....... i got the graphs using org.jfree.......... as u said, i set the class path............ thanks mate... View Questiona/Answers
|
| prime number question |
28-Jun-2009 |
 |
For the question located here: http://www.roseindia.net/answers/viewanswers/5778.html
How do you make it so that the user has to input the two numbers and it displays the prime numbers within the range of the two numbers?... View Questiona/Answers
|
| JAVA PROJECT |
27-Jun-2009 |
 |
Dear Sir,
I going to do project in java " IT in HR, recruitment, Leave management, Appriasal, Payroll"
Kindly guide me about programming, Database selection (sql or mysql) which is going to work on networking. How to put all these things on network, how check it on local Pc, document... View Questiona/Answers
|
| setting path problem for org.jfree files |
27-Jun-2009 |
 |
Hi deepak,
As u said, i have downloaded two files jar files and placed them in lib folder to work with org.jfree files and i have given the classpath as folllows...
C:\Program Files\Java\j2sdk1.5.0\bin;C:\Program Files\Java\j2sdk1.5.0\lib\jcommon-1.0.8.jar;C:\Program Files\Java\j2sdk1.5.0\lib\... View Questiona/Answers
|
| java |
27-Jun-2009 |
 |
Hi
i want to create one jsp page that that will have onebutton when click that button start the main thread.
i have another button when click that button start the child thread.
i hava another button when click that button the child thread will pause.
i have another button when click that bu... View Questiona/Answers
|
| path problem |
27-Jun-2009 |
 |
I dont know how to set the path. What path should we set in environment variable for POI.
I have downloaded and copied poi-3.2-FINAL-20081019.jar, poi-contrib-3.2-FINAL-20081019.jar & poi-scratchpad-3.2-FINAL-20081019.jar in jdk's lib folder.
I entered path as "C:\Program Files\Jav... View Questiona/Answers
|
| spring |
27-Jun-2009 |
 |
hi
how to use work ioc in spring.
Regards
Venkatesan... View Questiona/Answers
|
| spring |
27-Jun-2009 |
 |
hi
what is aop.
give me sample program.
Regards
Venkatesan... View Questiona/Answers
|
| text field validation |
27-Jun-2009 |
 |
hi
How to validate allow only decimal number in text box
in jsp?... View Questiona/Answers
|
| how to run org.jfree programss |
27-Jun-2009 |
 |
Hi frends,
I was trying to run java programs to draw graphs from the link as my frend deepak has given....... the link is
http://www.roseindia.net/chartgraphs/index.shtml
the compiler is giving errors like package org.jfree in unknown........ so, please suggest me how can i solve this prob... View Questiona/Answers
|
| poi & class path |
26-Jun-2009 |
 |
This is the same problem regarding POI ,
Sir , i have downloaded poi-bin-3.5-beta6-20090622.zip from this link
http://www.mirrorgeek.com/apache.org/poi/dev/bin/
i dont know wether this is the correct link, so please suggest a link from where i can download those required files.
Also... View Questiona/Answers
|
| virtual on screen keyboar |
26-Jun-2009 |
 |
sir i need shift key operation code in my project program of virtual keyboard can uplz send it...... View Questiona/Answers
|
| Retrieve Date Time Frm Database |
26-Jun-2009 |
 |
Hi Friend, Ow to retrieve Date and Time at a time from ms Access database.
For Storing data time
-------------------
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss a");
java.sql.Timestamp sqlDate = new java.sql.Timestamp(new java.util.Date().getTime());
Strin... View Questiona/Answers
|
| Change Dat Format |
26-Jun-2009 |
 |
Hi Friends, In the following code i am getting date as 6/26/2009 3:04:57
but i want to store it as mm/dd/yy(26/6/09) with time in to msaccess.
<%@ page import=" java.sql.*, java.util.*,java.text.*;"%>
<%
try
{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver&quo... View Questiona/Answers
|
| Need to implement Paging and field based sorting in JSP Servlet |
26-Jun-2009 |
 |
Hi,
Can some one please guide me how we can implement the paging and field based sorting on records.
Following is my requirement:
Suppose we fetch the record from DB which is having the 5 fields and we displayed the record like
Name Roll No. Class etc etc
As per my requ... View Questiona/Answers
|
| Inheritance |
26-Jun-2009 |
 |
pls help me!!!
Question:
write an inheritance hierachy for classes Quadrilateral,Trapezoid,Parallelogram, Rectangle and Square. Use Quadrilateral as superclass. make hierachy as deep as possible. Specify the instance variables and methods for each class. Private instance variables of Quadrilater... View Questiona/Answers
|
| Date & TIme |
26-Jun-2009 |
 |
Hi, I asked to insert Date and Time to database with am pm. but u send only date. Already date is stored. but i want to store date with time.
Hi Friend,
To insert the date,use the following code in your application:
java.sql.Date sqlDate = new java.sql.Date(new java.util.Date().getTime());... View Questiona/Answers
|
| Simple EJB3.0 |
26-Jun-2009 |
 |
Hi friends...
I am new user for this roseindia.net..
i am new for EJB3.0 also..
>>> my question is how to make session bean and how to access this session bean on servlet/jsp.
thanQ... View Questiona/Answers
|
| DateTime in to database |
26-Jun-2009 |
 |
Hi,
can u give me jsp code for inserting Date and Time in ti database.
Not seperately. Thanks Prakash
<%@ page import=" java.sql.*, java.util.*,java.text.*;"%>
<%
String ServiceNo = request.getParameter("ServiceNo");
String UserName= request.get... View Questiona/Answers
|
| how to draw network(lines and nodes) in java |
25-Jun-2009 |
 |
Hi,
Iam doing my MSC project. I want to know, how can we draw a network(with lines and nodes, any number of lines and nodes... say 5). I also want to know how can we draw a graph in java. Can u please give some good examples so that i can understand very easily.......
Thanks,
Mohammed afsar... View Questiona/Answers
|
| virtual on screen keyboard project |
25-Jun-2009 |
 |
Hi im doing my project work on virtual onscreen keyboard. i want the code for key function of shift and capslock.please send me the code ... View Questiona/Answers
|
| java sorting codes |
25-Jun-2009 |
 |
I want javasorting codes. please be kind enogh and send me the codes emmediately///... View Questiona/Answers
|
| java code |
25-Jun-2009 |
 |
i want to open a new dialog box after clicking "upload" button, it should have a text field, browse button to browse the file from directory... View Questiona/Answers
|
| RandomAccessFile & FileInputStream |
25-Jun-2009 |
 |
I included a piece of code for reading data from a file using FileInputStream and RandomAccessFile class:
RandomAccessFile class
-------------------------------
File f = new File("abc.txt");
byte[] b = new byte[(int)f.length()];
RandomAccessFile raf = new RandomAccessFile(f,&q... View Questiona/Answers
|
| using getText(String aTextName, List args) |
25-Jun-2009 |
 |
What should my pacakge.properties (Message.properties) should have ?
basically i am trying to use ActionSupport.getText(String aTextName, List args)
I want something like "you don't have 1,2,3..."
no. of arguments are arbitrary. ... View Questiona/Answers
|
| Image transfer using UDP |
24-Jun-2009 |
 |
Hello
I am new to Java.Currently I am making a project to transfer a file from one computer to another.The problem I am getting is that I can transfer only text files properly.The file transfer is using UDP. I have used core java technologies like JFC,JDBC,UDP.
My main objective is to transfer ... View Questiona/Answers
|
| java 2 |
24-Jun-2009 |
 |
1)
a) Write a pseudo code algorithm to pick the 1st element as a pivot and a partitioning array
according to the instructions given in the lecture series.
(b) Convert the above two pseudo codes (sorting and partitioning) to Java. It should be able
to execute any set of data. Note:- You should pr... View Questiona/Answers
|
| Java |
24-Jun-2009 |
 |
1) Return the result of Quicksort(Left), followed by v, followed by Quicksort(Right)
Considering the above algorithm you are required to complete the following tasks
(a) Describe the manual procedure, if one has to use the above algorithm and the first
element as the pivot to sort the sequence... View Questiona/Answers
|
| virtual onscreen keyboard project using java and swings |
24-Jun-2009 |
 |
sir thanks a lot for ur reply for my last question, can u please send me the entire project code of virtual on screen keyboard.i did but im not sure as it was right or not... View Questiona/Answers
|
| Networking in java |
24-Jun-2009 |
 |
I have project named screen capture & controlling..How to use multithreading to connect different clients with server & how to handle it???... View Questiona/Answers
|
| Java |
24-Jun-2009 |
 |
how to declare arrays
... View Questiona/Answers
|
| source code |
24-Jun-2009 |
 |
Hi...i`m new in java..please help me to
write program that stores the following numbers in an array named price:
9.92, 6.32, 12,63, 5.95, 10.29. program should also create two arrays named units and amounts, each capable of storing five double-precision numbers.
Use loop adn have accept 5 user... View Questiona/Answers
|
| bi language support |
24-Jun-2009 |
 |
Hi,
Expert how can i use hindi font support in struts application.
... View Questiona/Answers
|
| using java for cross platform application development |
24-Jun-2009 |
 |
hi,
i am trying to develop a cross platform(between windows and Linux) application using java.But i am confused, java with which platform i have to use?Linux or windows?and anybody have idea how am i going to start writing the code?
please help me..
... View Questiona/Answers
|
| methods in the applet |
24-Jun-2009 |
 |
import java.awt.*;
import java.applet.Applet;
public class applet1 extends Applet
{
String m;
public void init()
{
m = "hello world";
}
public void start()
{
}
public void paint(Graphics g)
{
g.drawString(m,10,10);
}
}
The init() method used in the java appl... View Questiona/Answers
|
| Toolbar to a browser |
24-Jun-2009 |
 |
How does a toolbar pluging is created to a browse?... View Questiona/Answers
|
| Commandline arguments |
23-Jun-2009 |
 |
hi!My question is:
Write a program to store the marks of 10 students in an array.Accept these marks as command line arguments and display their sum and average.
Please respond as soon as possible. ... View Questiona/Answers
|
| jsf tomahawk |
23-Jun-2009 |
 |
i m using jsf and tomahawk.
the javascript in tomahawk is not loaded in my page automatically
any suggestion??... View Questiona/Answers
|
| java |
23-Jun-2009 |
 |
how i can get information abt the installed softwares of an operating system. ... View Questiona/Answers
|
| insert image |
23-Jun-2009 |
 |
hi friends i am mahesh i am trying to insert image into oracle database
using JSP but i am not geting so please friends send me the code for inserting image into database using JSP ... View Questiona/Answers
|
| java |
23-Jun-2009 |
 |
difference between implements and extends... View Questiona/Answers
|
| struts |
23-Jun-2009 |
 |
what is the use of <param-name>debug</param-name>
<param-value>2</param-value>... View Questiona/Answers
|
| java |
23-Jun-2009 |
 |
define class complex number using default constructor ,parametrized constructor and dynamic intilization of complex number and define functions add two complex number... View Questiona/Answers
|
|
Pages:
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
|