well you can try it your self...

1. Create a small tablespace with 1M datafile(or what ever is the smallest possible for you);
2. Alter the datafile of this tablespace to autoextend on;
3. create a table in this tablespace and start inserting rows(say 80000 or more). Do not Commit;
4. Watch your datafile grow with uncommited data.

HTH